diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46a0e44..6894f5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: npm i - name: Semantic release - uses: codfish/semantic-release-action@v3 + uses: codfish/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}