Skip to content

Commit

Permalink
fix: build step in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed May 17, 2022
1 parent 46d4a4e commit 760fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: yarn install

- name: Compile assets
run: node ./build.ts
run: yarn build

- name: Create block tarballs
run: node ./release.ts
Expand Down

0 comments on commit 760fa5a

Please sign in to comment.