diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-15 08:33:46 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-15 08:33:46 -0800 |
| commit | 791aa3cb44d6aa9143c59b61cd2ac36cda246824 (patch) | |
| tree | 5e853af22d03ddef7c583a8f5fe9de285d2cccc7 | |
| parent | 320a08f250b59343a916dad98cfcd3015891d8ed (diff) | |
| download | seaweedfs-791aa3cb44d6aa9143c59b61cd2ac36cda246824.tar.xz seaweedfs-791aa3cb44d6aa9143c59b61cd2ac36cda246824.zip | |
update to wangyoucao577/go-release-action@v1.21
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/binaries_release0.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/binaries_release1.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/binaries_release2.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/binaries_release3.yml | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 2fa4cbfee..978eadba5 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -37,7 +37,7 @@ jobs: run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} - name: Go Release Binaries Large Disk - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -53,7 +53,7 @@ jobs: asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -84,7 +84,7 @@ jobs: run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} - name: Go Release Binaries Large Disk - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -100,7 +100,7 @@ jobs: asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} diff --git a/.github/workflows/binaries_release0.yml b/.github/workflows/binaries_release0.yml index 71e59a2aa..98ac480f7 100644 --- a/.github/workflows/binaries_release0.yml +++ b/.github/workflows/binaries_release0.yml @@ -25,7 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -39,7 +39,7 @@ jobs: binary_name: weed asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}" - name: Go Release Large Disk Binaries - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} diff --git a/.github/workflows/binaries_release1.yml b/.github/workflows/binaries_release1.yml index d289fd7d4..67e7020cf 100644 --- a/.github/workflows/binaries_release1.yml +++ b/.github/workflows/binaries_release1.yml @@ -25,7 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -39,7 +39,7 @@ jobs: binary_name: weed asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}" - name: Go Release Large Disk Binaries - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml index 7c3a83d51..fb7f5fdef 100644 --- a/.github/workflows/binaries_release2.yml +++ b/.github/workflows/binaries_release2.yml @@ -25,7 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -39,7 +39,7 @@ jobs: binary_name: weed asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}" - name: Go Release Large Disk Binaries - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} diff --git a/.github/workflows/binaries_release3.yml b/.github/workflows/binaries_release3.yml index d388c5a77..2215ae970 100644 --- a/.github/workflows/binaries_release3.yml +++ b/.github/workflows/binaries_release3.yml @@ -25,7 +25,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Go Release Binaries Normal Volume Size - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} @@ -39,7 +39,7 @@ jobs: binary_name: weed asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}" - name: Go Release Large Disk Binaries - uses: wangyoucao577/go-release-action@bugfix/upload-fail + uses: wangyoucao577/go-release-action@v1.21 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} |
