Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suchithrzp authored Nov 4, 2024
1 parent 58144b8 commit db50c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
app-id: ${{ vars.RELEASER_APP_ID }}
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
# install release dependencies and release
- 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 --no-ci --tag-format="v${version}" --dry-run
npx semantic-release --no-ci --tag-format="v${version}"
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit db50c61

Please # to comment.