Skip to content

Commit e1ecb8a

Browse files
committed
fix: update go-release-action
1 parent c4ea78a commit e1ecb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
goos: darwin
1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: wangyoucao577/go-release-action@v1.20
19+
- uses: wangyoucao577/go-release-action@v1.28
2020
with:
2121
github_token: ${{ secrets.API_TOKEN_GITHUB }}
2222
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)