We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d44b9f commit 071cc94Copy full SHA for 071cc94
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: corepack npm audit signatures
29
# pinned version updated automatically by Renovate.
30
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
31
- - run: npx semantic-release@24.2.8
+ - run: npx semantic-release@24.2.9
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
0 commit comments