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 ada60e1 commit d074ffcCopy full SHA for d074ffc
.github/workflows/finalize-release.yml
@@ -75,7 +75,7 @@ jobs:
75
76
git switch -c release-automation/bump-version
77
78
- python scripts/release/bump-version.sh "$next_version"
+ ./scripts/release/bump-version.sh "$next_version"
79
80
git add -u .
81
git commit -m "Bump version to $next_version"
0 commit comments