Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxiang committed Sep 24, 2021
1 parent 8e7cef7 commit c7dba9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
id: release
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- uses: mymindstorm/setup-emsdk@v9
- name: Release
run: |
Expand Down

0 comments on commit c7dba9d

Please sign in to comment.