From 8b450ff8c2d8b46583da8d5074908ba63bea81c2 Mon Sep 17 00:00:00 2001 From: Michael Hausenblas Date: Tue, 26 Nov 2019 10:22:06 +0000 Subject: [PATCH] removes default workflow --- .github/main.workflow | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 47d35f9..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,18 +0,0 @@ -workflow "Release" { - on = "push" - resolves = ["goreleaser"] -} - -action "is-tag" { - uses = "actions/bin/filter@master" - args = "tag" -} - -action "goreleaser" { - uses = "docker://goreleaser/goreleaser" - secrets = [ - "GITHUB_TOKEN", - ] - args = "release" - needs = ["is-tag"] -} \ No newline at end of file