diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-11-13 11:33:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 11:33:01 -0800 |
| commit | 56d8e5b540caf76f186dc17660e523dc0baa1a54 (patch) | |
| tree | 4a52dd50c0f891f62f3b699166409701ed0a2df9 | |
| parent | b3f22a53b0f35d19200aa51dea866311f2199d0e (diff) | |
| download | seaweedfs-56d8e5b540caf76f186dc17660e523dc0baa1a54.tar.xz seaweedfs-56d8e5b540caf76f186dc17660e523dc0baa1a54.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 c5f58cd72..47b1422f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: project_path: weed binary_name: weed-large-disk - 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 |
