Skip to content

Commit

Permalink
ci: Fix up release workflow by specifying workflow-dispatch version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Mar 26, 2024
1 parent 5552b49 commit f2e04f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- if: ${{ steps.release-please.outputs.release_created }}
name: Run release workflow
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1
with:
workflow: release-tag.yaml
ref: ${{ steps.release-please.outputs.tag_name }}

0 comments on commit f2e04f2

Please sign in to comment.