diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 8ae0a23..f3f730c 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -30,7 +30,7 @@ jobs: - run: corepack npm clean-install - run: corepack npm audit signatures - name: semantic-release - run: npx semantic-release@25.0.2 + run: npx semantic-release@25.0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}