Skip to content

Commit 9e20e0b

Browse files
committed
Upgrade release action
1 parent cdab5c3 commit 9e20e0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: Release
22

33
on:
44
release:
5-
types: [ created ]
5+
types: [created]
66

77
jobs:
88
releases-matrix:
99
name: Release Go Binary
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
goos: [ linux, windows, darwin ]
14-
goarch: [ amd64 ]
13+
goos: [linux, windows, darwin]
14+
goarch: [amd64]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
18-
- uses: wangyoucao577/go-release-action@v1.15
18+
- uses: wangyoucao577/go-release-action@v1.38
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)