Skip to content

Commit

Permalink
ci(release): pinned the version of semantic-release (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 12, 2023
1 parent 4af49f3 commit fa133f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,7 +25,9 @@ jobs:
node-version: lts/*
- run: npm clean-install
- 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }}

0 comments on commit fa133f2

Please sign in to comment.