Skip to content

Commit

Permalink
Update npm version command in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 300f456 commit 1dd7176
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 @@ -26,7 +26,7 @@ jobs:
- run: git config --list
working-directory: .
- run: ls -a
- run: npm version patch -m "Bump version to %s [skip ci]" --ddd
- run: npm version patch -m "Bump version to %s [skip ci]" --ddd --git-tag-version false
working-directory: .
- run: git log -n 20 --pretty=oneline
if: always()
Expand Down

0 comments on commit 1dd7176

Please sign in to comment.