diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03d6c1c..36b3be9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Run Semantic Release id: semantic - uses: codfish/semantic-release-action@v1.9.0 + uses: codfish/semantic-release-action@v2.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -