Skip to content

Commit

Permalink
Update retry-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Nov 3, 2023
1 parent ce145ec commit d7948ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Invoke grails-doc release workflow
if: steps.assemble.outcome == 'success'
id: grails_doc
uses: benc-uk/workflow-dispatch@1.2
uses: benc-uk/workflow-dispatch@v1.2
with:
workflow: Release
repo: grails/grails-doc
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Invoke grails-static-website release workflow
if: steps.assemble.outcome == 'success'
id: grails_static_website
uses: benc-uk/workflow-dispatch@1.2
uses: benc-uk/workflow-dispatch@v1.2
with:
workflow: Release
repo: grails/grails-static-website
Expand Down

0 comments on commit d7948ea

Please sign in to comment.