diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98fd86f..cd71e31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: npm run build - name: Semantic release - uses: codfish/semantic-release-action@v2 + uses: codfish/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_NAME: '${{ github.actor }}'