Skip to content

Commit

Permalink
Revert "Fix incorrect invocation of goreleaser"
Browse files Browse the repository at this point in the history
This reverts commit b8218f2.
  • Loading branch information
aidansteele committed Jun 18, 2019
1 parent eb43d0b commit 5365e8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ workflow "CI" {
resolves = ["test"]
}

workflow "Release" {
on = "push"
resolves = ["goreleaser"]
}

action "is-tag" {
uses = "actions/bin/filter@master"
args = "tag"
Expand Down

0 comments on commit 5365e8e

Please sign in to comment.