Skip to content

Commit

Permalink
Merge pull request #47 from radarlabs/andrew/sc-10018/triage-sdk-bump…
Browse files Browse the repository at this point in the history
…-action

[Automation] Triage Version-bump Github Action
  • Loading branch information
andlum authored May 5, 2022
2 parents 04fc318 + dec4987 commit 9ea9e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-native-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Update package.json to latest version
- name: Update package.json to latest
run: npm version ${{ github.event.client_payload.release }}
run: npm version ${{ github.event.client_payload.release }} --commit-hooks false --git-tag-version false

# open a pull request with the new sdk version
- name: Create Pull Request
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# Update package.json to latest version
- name: Update package.json to latest
run: npm version ${{ github.event.client_payload.release }}
run: npm version ${{ github.event.client_payload.release }} --commit-hooks false --git-tag-version false

# open a pull request with the new sdk version
- name: Create Pull Request
Expand Down

0 comments on commit 9ea9e54

Please sign in to comment.