Skip to content

Commit

Permalink
chore(deps): update wangyoucao577/go-release-action action to v1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent b703e7d commit 4ede2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.33
if: matrix.goarch != 'wasm' && matrix.goos != 'js'
with:
goversion: 1.16
Expand All @@ -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.33
if: matrix.goarch == 'wasm' && matrix.goos == 'js'
with:
goversion: 1.16
Expand All @@ -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.33
if: matrix.goarch != 'wasm' && matrix.goos != 'js'
with:
goversion: 1.16
Expand Down

0 comments on commit 4ede2c9

Please sign in to comment.