Skip to content

Commit 7f6888c

Browse files
committed
fix(ci): fix versiontool oopsie again
1 parent db902cc commit 7f6888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Update version
5151
run: |
52-
poetry run scripts/ci/versiontool.py --set "$VERSION_INPUT"
52+
poetry run scripts/versiontool.py --set "$VERSION_INPUT"
5353
git commit -a -m "chore: update version to $VERSION_INPUT"
5454
5555
- name: Build changelog

0 commit comments

Comments
 (0)