diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-11-13 19:47:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 19:47:52 -0800 |
| commit | b2a72630da29b66d056f1666da97db1a7c679425 (patch) | |
| tree | 0ab6772e97861c2686c60350222227b49a43461b | |
| parent | 824e96ffcc3903260479b26aa0f27e07fa23a795 (diff) | |
| download | seaweedfs-b2a72630da29b66d056f1666da97db1a7c679425.tar.xz seaweedfs-b2a72630da29b66d056f1666da97db1a7c679425.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47b1422f2..521418e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Go Release Binaries - uses: wangyoucao577/go-release-action@feature/customize-target-release + uses: wangyoucao577/go-release-action@v1.10 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: linux # default is |
