Skip to content

Commit

Permalink
fix: pin semantic-release to a slightly older version
Browse files Browse the repository at this point in the history
This is an attempt to workaround semantic-release/release-notes-generator#459.
  • Loading branch information
marcusrbrown committed Jun 29, 2023
1 parent b09a4b3 commit fc095eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
# Run `semantic-release`
npm install conventional-changelog-conventionalcommits
npx semantic-release -- ${{ github.event.inputs.dry_run && '--dry-run' || '' }}
npx semantic-release@21.0.1 -- ${{ github.event.inputs.dry_run && '--dry-run' || '' }}

0 comments on commit fc095eb

Please sign in to comment.