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

Commit

Permalink
actions(release): fix secman release workflow by fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Apr 7, 2022
1 parent c2b5d50 commit 6a52633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
TAG: ${{ steps.ghtag.outputs.tag }}
run: |
task release
task upload-scoop-manifes
task upload-scoop-manifest
cd ./scoop
git config --local user.email "${{ env.GITHUB_ACTIONS_EMAIL }}"
git config --local user.name "${{ env.GITHUB_ACTIONS_NAME }}"
Expand Down

0 comments on commit 6a52633

Please # to comment.