Skip to content

Commit 53bcd91

Browse files
committed
gh-action: m s/publish-manual/publish
1 parent 818f179 commit 53bcd91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- build
317317
- attestation
318318
if: ${{ needs.build.result == 'success' && needs.attestation.result == 'success' && needs.build.outputs.publish == 'true' }}
319-
uses: ./.github/workflows/publish-manual.yml
319+
uses: ./.github/workflows/publish.yml
320320
with:
321321
run-id: ${{ github.run_id }}
322322
vcsver: ${{ needs.build.outputs.vcs-ver }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Binaries
1+
name: Publisher
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)