mirror of https://github.com/Hilbis/Hilbish
ci: remove extra indent in release action
parent
0c44531a7f
commit
395f3c0742
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue