diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-29 23:05:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 23:05:23 -0700 |
| commit | 513fd5e0f627e4f7ec4959e5cd3d8506ef63d985 (patch) | |
| tree | 320f7ac9917d518fa255eb40d1542ef9e317e33c | |
| parent | 10cddc44ded57b02fbe65e3840003cf416f34b9b (diff) | |
| download | seaweedfs-513fd5e0f627e4f7ec4959e5cd3d8506ef63d985.tar.xz seaweedfs-513fd5e0f627e4f7ec4959e5cd3d8506ef63d985.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b7bc9a09..ee7a23810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: echo BUILD_TIME=$(date -u +%Y-%m-%d-%H-%M) >> ${GITHUB_ENV} - name: Go Release Binaries - uses: wangyoucao577/go-release-action@v1.14 + uses: wangyoucao577/go-release-action@v1.17 with: goversion: 1.16 github_token: ${{ secrets.GITHUB_TOKEN }} @@ -50,7 +50,7 @@ jobs: asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries - uses: wangyoucao577/go-release-action@v1.14 + uses: wangyoucao577/go-release-action@v1.17 with: goversion: 1.16 github_token: ${{ secrets.GITHUB_TOKEN }} |
