Skip to content

Commit

Permalink
minor changes to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Nov 30, 2020
1 parent 74f160a commit 05cc771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# .github/workflows/release.yaml
name: Release

on:
on:
release:
types: [created]
types: [created, edited]

jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
goos: [linux, windows, darwin]
goarch: ["386", amd64]
steps:
Expand Down

0 comments on commit 05cc771

Please sign in to comment.