Skip to content

Commit 184ec15

Browse files
authored
fix(ci): update release task to skip validation during goreleaser execution (#26)
1 parent 047edaa commit 184ec15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tasks:
4343
release:
4444
desc: "Create a release"
4545
cmds:
46-
- GITLAB_TOKEN="" goreleaser --clean
46+
- GITLAB_TOKEN="" goreleaser --clean --skip validate
4747

4848
tests:
4949
desc: "Run tests"

0 commit comments

Comments
 (0)