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.
2 parents 98fea58 + f4576f9 commit 6730aa8Copy full SHA for 6730aa8
.github/workflows/release.yml
@@ -98,6 +98,16 @@ jobs:
98
ref: ${{ steps.extract_branch.outputs.value }}
99
token: ${{ secrets.GH_TOKEN }}
100
inputs: ${{ steps.grails_docs_release_message.outputs.value }}
101
+ - name: Invoke grails-static-website release workflow
102
+ if: success()
103
+ id: grails_static_website
104
+ uses: benc-uk/[email protected]
105
+ with:
106
+ workflow: Release
107
+ repo: grails/grails-static-website
108
+ ref: ${{ steps.extract_branch.outputs.value }}
109
+ token: ${{ secrets.GH_TOKEN }}
110
+ inputs: ${{ steps.grails_docs_release_message.outputs.value }}
111
- name: Grails SDK Release
112
if: success()
113
run: |
0 commit comments