Skip to content

Commit 94455cb

Browse files
authored
ci: Fix up release workflow by specifying workflow-dispatch version (#451)
1 parent 952808f commit 94455cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- if: ${{ steps.release-please.outputs.release_created }}
4040
name: Run release workflow
41-
uses: benc-uk/workflow-dispatch@v121
41+
uses: benc-uk/workflow-dispatch@v1
4242
with:
4343
workflow: release-tag.yml
4444
ref: ${{ steps.release-please.outputs.tag_name }}

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
devbox run -- gh release upload ${{ github.ref_name }} capi-runtime-extensions-*.tgz
6666
6767
- name: Build GitHub pages
68-
uses: benc-uk/workflow-dispatch@v121
68+
uses: benc-uk/workflow-dispatch@v1
6969
with:
7070
workflow: github-pages.yml
7171
ref: main

0 commit comments

Comments
 (0)