Skip to content

Commit

Permalink
fix increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg-david committed Jan 8, 2024
1 parent 9e2e82c commit 6f97711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onPullRequestMerged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Commit Version UP
run: |
npm version --patch --no-git-tag-version --no-commit-hooks
npm version patch --no-git-tag-version --no-commit-hooks
- name: "Set incremented version"
uses: actions/github-script@v6
Expand Down

0 comments on commit 6f97711

Please sign in to comment.