Skip to content

Commit

Permalink
Use explicit sh call for version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
  • Loading branch information
dzikowski committed Jan 8, 2025
1 parent cd12669 commit bcf97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create next development version PR
run: |
./bump_version.sh unstable
sh ./bump_version.sh unstable
NEW_VERSION=$(jq -r '.version' <"$GITHUB_WORKSPACE/package.json")
BRANCH_NAME="bump-version-to-$NEW_VERSION"
git checkout -b $BRANCH_NAME
Expand Down

0 comments on commit bcf97c9

Please # to comment.