Skip to content

Commit

Permalink
Merge pull request #11992 from grails/buildStaticWebsite
Browse files Browse the repository at this point in the history
Update Release Workflow
  • Loading branch information
puneetbehl authored Aug 12, 2021
2 parents 98fea58 + f4576f9 commit 6730aa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ jobs:
ref: ${{ steps.extract_branch.outputs.value }}
token: ${{ secrets.GH_TOKEN }}
inputs: ${{ steps.grails_docs_release_message.outputs.value }}
- name: Invoke grails-static-website release workflow
if: success()
id: grails_static_website
uses: benc-uk/workflow-dispatch@v1.1
with:
workflow: Release
repo: grails/grails-static-website
ref: ${{ steps.extract_branch.outputs.value }}
token: ${{ secrets.GH_TOKEN }}
inputs: ${{ steps.grails_docs_release_message.outputs.value }}
- name: Grails SDK Release
if: success()
run: |
Expand Down

0 comments on commit 6730aa8

Please sign in to comment.