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 b37440b commit ff3c821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# install release dependencies and release
- run: npm install --no-save @semantic-release/git
- run: |
npx semantic-release --no-ci --tag-format="v${version}"
# npx semantic-release --no-ci --tag-format="v${version}"
npx semantic-release --no-ci --tag-format="v1.2"
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit ff3c821

Please # to comment.