matrei commented on code in PR #6:
URL:
https://github.com/apache/incubator-grails-gradle-publish/pull/6#discussion_r2254410046
##########
.github/workflows/release.yaml:
##########
@@ -20,11 +20,12 @@ on:
permissions: { }
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GRAILS_PUBLISH_RELEASE: 'true'
jobs:
publish:
- name: "Stage Files"
+ name: "Stage Artifacts for Release"
permissions:
- contents: write # to create release & upload wrapper
+ contents: write # to create, release and upload wrapper (TODO: there
is no wrapper in this project, is this needed?, can we re-phrase?)
Review Comment:
Thanks!
--
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]