Skip to content

Commit

Permalink
Merge pull request #11 from frontegg/FR-14813-multi-region-bug-fixes
Browse files Browse the repository at this point in the history
FR-14813 - Fix increment version in pipeline
  • Loading branch information
frontegg-david authored Jan 8, 2024
2 parents 94c6dd1 + 6f97711 commit 60e92f9
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 60e92f9

Please sign in to comment.