We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818f179 commit 53bcd91Copy full SHA for 53bcd91
.github/workflows/go.yml
@@ -316,7 +316,7 @@ jobs:
316
- build
317
- attestation
318
if: ${{ needs.build.result == 'success' && needs.attestation.result == 'success' && needs.build.outputs.publish == 'true' }}
319
- uses: ./.github/workflows/publish-manual.yml
+ uses: ./.github/workflows/publish.yml
320
with:
321
run-id: ${{ github.run_id }}
322
vcsver: ${{ needs.build.outputs.vcs-ver }}
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish Binaries
+name: Publisher
2
3
on:
4
workflow_dispatch:
0 commit comments