From beb85dc5f40842ad33034ef11166421b0f8bf8ee Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Tue, 23 Jul 2019 17:49:50 -0400 Subject: [PATCH] Fix release workflow Signed-off-by: Chuck Ha --- .github/release.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.workflow b/.github/release.workflow index 37c76b6..b6eabff 100644 --- a/.github/release.workflow +++ b/.github/release.workflow @@ -1,6 +1,6 @@ workflow "Release" { on = "push" - resolves = ["Setup Google Cloud"] + resolves = ["goreleaser"] } action "Setup Google Cloud" {