diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89dafd3e..68aefe24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2 - name: Go Release Binaries (server) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch != 'wasm' && matrix.goos != 'js' with: goversion: 1.16 @@ -42,7 +42,7 @@ jobs: asset_name: "mm2-tools-server-dev-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries (mm2-wasm) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch == 'wasm' && matrix.goos == 'js' with: goversion: 1.16 @@ -59,7 +59,7 @@ jobs: asset_name: "mm2-tools-dev-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries (client) - uses: wangyoucao577/go-release-action@v1.20 + uses: wangyoucao577/go-release-action@v1.55 if: matrix.goarch != 'wasm' && matrix.goos != 'js' with: goversion: 1.16