We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ef24c commit 8f7f9d9Copy full SHA for 8f7f9d9
.github/workflows/release-on-tag.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Create next development version PR
53
run: |
54
- sh ./bump_version.sh unstable
+ sh ./bump-version.sh unstable
55
NEW_VERSION=$(jq -r '.version' <"$GITHUB_WORKSPACE/package.json")
56
BRANCH_NAME="bump-version-to-$NEW_VERSION"
57
git checkout -b $BRANCH_NAME
0 commit comments