From 7ca795386c0b77061f8440ef64945e6a119766e1 Mon Sep 17 00:00:00 2001 From: Sergey Lanzman Date: Sun, 4 Apr 2021 02:04:25 +0300 Subject: [PATCH] fix release workflow --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f86cd71ba..1c2d21e4d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,6 +3,9 @@ on: push: tags: - "*" + workflow_dispatch: + tags: + description: 'Release' jobs: tagged-release: name: "Tagged Release" @@ -23,7 +26,7 @@ jobs: - name: Build for windows run: GOOS=windows go build -o terraformer-all-windows-amd64 - name: Build for all providers - run: go run build/muilti-build/main.go + run: go run build/multi-build/main.go - uses: "marvinpinto/action-automatic-releases@latest" with: