diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-20 03:03:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 03:03:49 -0800 |
| commit | c78f3dddcbc28d22bacad8eb52c1fa6ef8e72215 (patch) | |
| tree | 6c8e09d52e45c7be81146967ecf8780e9591f32b | |
| parent | 1a3f859c58fd60e803a917a6b65814b7611b31fe (diff) | |
| download | seaweedfs-c78f3dddcbc28d22bacad8eb52c1fa6ef8e72215.tar.xz seaweedfs-c78f3dddcbc28d22bacad8eb52c1fa6ef8e72215.zip | |
update to wangyoucao577/go-release-action@v1.14
| -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 55457ba6a..13714825d 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@feature/asset-name + uses: wangyoucao577/go-release-action@v1.14 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -48,7 +48,7 @@ jobs: asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries - uses: wangyoucao577/go-release-action@feature/asset-name + uses: wangyoucao577/go-release-action@v1.14 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} |
