We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75fa8e commit bd8a727Copy full SHA for bd8a727
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: npm
24
- run: npm clean-install
25
- run: corepack npm audit signatures
26
- - run: npx semantic-release@24.2.9
+ - run: npx semantic-release@25.0.0
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
NPM_TOKEN: ${{ secrets.REPOSITORY_SETTINGS_BOT_NPM_TOKEN }}
0 commit comments