Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamshale committed Apr 16, 2024
1 parent e6ab535 commit 38d2711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,6 @@ jobs:
git commit -s -m "Pre-Release Upgrades"
git push --set-upstream origin "release-v$release"
gh pr create --title 'Release for aries-cloudagent "v$release"' --body "$body" --base main --head "release-v$release"
title="Release for aries-cloudagent v$release"
gh pr create --title "$titel" --body "$body" --base main --head "release-v$release"

0 comments on commit 38d2711

Please sign in to comment.