diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85ce269..1dba8c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: run: npm run build - 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 }}