ci: remove extra indent in release action

pull/220/head
TorchedSammy 2022-12-02 09:42:06 -04:00
parent 0c44531a7f
commit 395f3c0742
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
with:
submodules: true
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
- uses: wangyoucao577/go-release-action@v1.25
with:
github_token: ${{ secrets.GITHUB_TOKEN }}