diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ff51678..8f95a072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}"