Skip to content

Commit

Permalink
Merge pull request #856 from GoogleCloudPlatform/fix-release-workflow
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
sergeylanzman authored Apr 4, 2021
2 parents d3c7c86 + 7ca7953 commit dfd8188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
tags:
- "*"
workflow_dispatch:
tags:
description: 'Release'
jobs:
tagged-release:
name: "Tagged Release"
Expand All @@ -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:
Expand Down

0 comments on commit dfd8188

Please sign in to comment.