Skip to content

Commit 8f7f9d9

Browse files
authored
Fix: Wrong script file name in release-on-tag action (#631)
1 parent 79ef24c commit 8f7f9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Create next development version PR
5353
run: |
54-
sh ./bump_version.sh unstable
54+
sh ./bump-version.sh unstable
5555
NEW_VERSION=$(jq -r '.version' <"$GITHUB_WORKSPACE/package.json")
5656
BRANCH_NAME="bump-version-to-$NEW_VERSION"
5757
git checkout -b $BRANCH_NAME

0 commit comments

Comments
 (0)