Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 15, 2024
1 parent acbad08 commit e1c4a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
git checkout -b release-v0.12.0
git add .
git push --set-upstream origin release-v0.12.0
gh pr create --reviewer jamshale --title "Release" --base main --head jamshale:releas-v0.12.0
gh pr create --reviewer jamshale --title "Release" --body "To fill in" --base main --head jamshale:releas-v0.12.0
# git commit -m "Automated Pull Request"
# git push --set-upstream origin main
Expand Down

0 comments on commit e1c4a07

Please sign in to comment.