Skip to content

Commit

Permalink
Update npm version patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent ed3f719 commit 1dd82ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- run: npm version patch -m "Bump version to %s [skip ci]"
- run: npm version patch -m "Bump version to %s [skip ci]" --verbose
working-directory: ./
- run: git diff HEAD
# - run: npm publish --access public
# env:
Expand Down

0 comments on commit 1dd82ed

Please sign in to comment.