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.
1 parent 952808f commit 94455cbCopy full SHA for 94455cb
.github/workflows/release-please.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- if: ${{ steps.release-please.outputs.release_created }}
40
name: Run release workflow
41
- uses: benc-uk/workflow-dispatch@v121
+ uses: benc-uk/workflow-dispatch@v1
42
with:
43
workflow: release-tag.yml
44
ref: ${{ steps.release-please.outputs.tag_name }}
.github/workflows/release-tag.yml
@@ -65,7 +65,7 @@ jobs:
65
devbox run -- gh release upload ${{ github.ref_name }} capi-runtime-extensions-*.tgz
66
67
- name: Build GitHub pages
68
69
70
workflow: github-pages.yml
71
ref: main
0 commit comments