We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdab5c3 commit 9e20e0bCopy full SHA for 9e20e0b
1 file changed
.github/workflows/release.yml
@@ -2,20 +2,20 @@ name: Release
2
3
on:
4
release:
5
- types: [ created ]
+ types: [created]
6
7
jobs:
8
releases-matrix:
9
name: Release Go Binary
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- goos: [ linux, windows, darwin ]
14
- goarch: [ amd64 ]
+ goos: [linux, windows, darwin]
+ goarch: [amd64]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
18
- - uses: wangyoucao577/go-release-action@v1.15
+ - uses: wangyoucao577/go-release-action@v1.38
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
goos: ${{ matrix.goos }}
0 commit comments