Skip to content

Commit

Permalink
ci(release): install `semantic-release-plugin-github-breaking-version…
Browse files Browse the repository at this point in the history
…-tag` on demand
  • Loading branch information
gr2m committed Jan 28, 2024
1 parent 79bf158 commit bfae5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version-file: .nvmrc
cache: npm
node-version: lts/*
- run: npm install --no-save @semantic-release/git
- run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag
- run: npx semantic-release --debug
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit bfae5ff

Please sign in to comment.