Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 6a52633

Browse files
committed
actions(release): fix secman release workflow by fix task name
1 parent c2b5d50 commit 6a52633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
TAG: ${{ steps.ghtag.outputs.tag }}
5353
run: |
5454
task release
55-
task upload-scoop-manifes
55+
task upload-scoop-manifest
5656
cd ./scoop
5757
git config --local user.email "${{ env.GITHUB_ACTIONS_EMAIL }}"
5858
git config --local user.name "${{ env.GITHUB_ACTIONS_NAME }}"

0 commit comments

Comments
 (0)