Skip to content

Commit 5365e8e

Browse files
committed
Revert "Fix incorrect invocation of goreleaser"
This reverts commit b8218f2.
1 parent eb43d0b commit 5365e8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/main.workflow

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ workflow "CI" {
33
resolves = ["test"]
44
}
55

6+
workflow "Release" {
7+
on = "push"
8+
resolves = ["goreleaser"]
9+
}
10+
611
action "is-tag" {
712
uses = "actions/bin/filter@master"
813
args = "tag"

0 commit comments

Comments
 (0)