matrei commented on code in PR #15:
URL:
https://github.com/apache/grails-gradle-publish/pull/15#discussion_r2432723235
##########
.github/workflows/release.yaml:
##########
@@ -170,21 +137,21 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
- release_url=$(gh release view v${{
needs.publish.outputs.release_version }} --json assets --repo ${{
github.repository }} --jq '.assets[] | select(.name == "CHECKSUMS.txt") | .url')
+ release_url=$(gh release view ${{ github.event.release.tag_name }}
--json assets --repo ${{ github.repository }} --jq '.assets[] | select(.name ==
"CHECKSUMS.txt") | .url')
Review Comment:
As I understand it, the whole `github.*` context is available to every job
and step in the workflow run.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]