Skip to content

Commit d074ffc

Browse files
committed
Address incorrect invocation of bump version script
1 parent ada60e1 commit d074ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
git switch -c release-automation/bump-version
7777
78-
python scripts/release/bump-version.sh "$next_version"
78+
./scripts/release/bump-version.sh "$next_version"
7979
8080
git add -u .
8181
git commit -m "Bump version to $next_version"

0 commit comments

Comments
 (0)