From a0da0ff4a28c825421126232ee6b14c4e7c4adf7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 9 Jun 2020 10:32:35 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20automated=20pull-request=20from?= =?UTF-8?q?=20pulumi=20(#27)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add .goreleaser.prerelease.yml * Add .golangci.yml * Add .github/workflows/pr-automation.yml * Add .github/workflows/master.yml * Add .goreleaser.yml * Add .github/workflows/release.yml * Add .github/workflows/prerelease.yml * Add .github/workflows/pull-request.yml Co-authored-by: Lee Briggs --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c725fa..e699588d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -206,7 +206,7 @@ jobs: fields: repo,commit,author status: ${{ job.status }} publish: - name: publish binaries + name: publish needs: test steps: - name: Checkout Repo