ci(release): pinned the version of semantic-release (#2796)
This commit is contained in:
parent
4af49f3c87
commit
fa133f2a9d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,7 +25,9 @@ jobs:
|
|||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- run: npm clean-install
|
- run: npm clean-install
|
||||||
- run: npm audit signatures
|
- run: npm audit signatures
|
||||||
- run: npx semantic-release
|
# pinned version updated automatically by Renovate.
|
||||||
|
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
|
||||||
|
- run: npx semantic-release@21.0.2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user