Skip to content

Commit

Permalink
Make snapshot releases build the wasm (#991)
Browse files Browse the repository at this point in the history
* Make snapshot releases build the wasm

* Remove build wasm

* Try setting go-version-file
  • Loading branch information
matthewp authored Mar 29, 2024
1 parent 910b093 commit f657186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
with:
ref: ${{ steps.refs.outputs.head_ref }}

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: '../go.mod'

- name: Setup PNPM
uses: pnpm/action-setup@v3

Expand Down

0 comments on commit f657186

Please sign in to comment.