Skip to content

Commit

Permalink
Fix call to git in minor_version_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed May 3, 2024
1 parent c0fe5e6 commit 3b64664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minor_version_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git checkout -b bump-version
git add .
git commit -m "Update unstable version to $NEW_VERSION"
g push -u origin bump-version
git push -u origin bump-version
# Create the PR
gh pr create -B "${{ steps.branch.outputs.name }}" \
Expand Down

0 comments on commit 3b64664

Please sign in to comment.