diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index f12f9e4..28db30d 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -31,7 +31,7 @@ jobs: - run: npm clean-install - run: npm test - name: semantic-release - run: npx semantic-release@23.1.1 --debug + run: npx semantic-release@24.2.1 --debug env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}