You've already forked goreleaser
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:
13
Taskfile.yml
13
Taskfile.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user