Browse Source

Update release.yml

logrus
Chris Lu 4 years ago
committed by GitHub
parent
commit
b2a72630da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Go Release Binaries - name: Go Release Binaries
uses: wangyoucao577/go-release-action@feature/customize-target-release
uses: wangyoucao577/go-release-action@v1.10
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux # default is goos: linux # default is

Loading…
Cancel
Save