Skip to content

Commit

Permalink
ci: enforce semantic-release version for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Bonnet <[email protected]>
  • Loading branch information
MrSquaare committed Jan 20, 2024
1 parent 301fff0 commit 5603381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
with:
node-version: 20
- name: Install dependencies
# Enforce semantic-release version to avoid search strategy breaking changes
# See https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0
run: |
npm install -g \
semantic-release \
semantic-release@22.0.12 \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator \
@semantic-release/changelog \
Expand Down

0 comments on commit 5603381

Please sign in to comment.