diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 096a588..8d44197 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -36,7 +36,7 @@ jobs: - run: npm clean-install - run: npm test - name: semantic-release - run: npx semantic-release@23.1.1 --debug + run: npx semantic-release@25.0.2 --debug env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}