1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

fix: taskfile: rewerite task order of ci and add default taks (#2561)

This commit is contained in:
Engin Diri
2021-10-06 13:07:40 +02:00
committed by GitHub
parent c456654778
commit e546cb74bb

View File

@@ -52,10 +52,15 @@ tasks:
ci:
desc: Run all CI steps
deps:
- setup
- build
- test
cmds:
- task: setup
- task: build
- task: test
default:
desc: Runs the default tasks
cmds:
- task: ci
docs:imgs:
desc: Download and resize images