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 03d7c57 commit a960508Copy full SHA for a960508
1 file changed
.github/workflows/update-platform-branch.yaml
@@ -115,10 +115,11 @@ jobs:
115
env:
116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117
run: |
118
+ RELEASE_NOTES=$(gh release view protocol/go/$LATEST_TAG --repo opentdf/platform --json body --jq '.body')
119
cat <<EOF > pr_body.txt
120
This PR updates the platform.branch property in all pom.xml files to the new tag or branch: $LATEST_TAG.
121
- See the release: https://github.com/opentdf/platform/releases/tag/$LATEST_TAG
122
+ See the release: https://github.com/opentdf/platform/releases/tag/protocol%2Fgo%2F$LATEST_TAG
123
124
Release Notes:
125
$RELEASE_NOTES
0 commit comments