Skip to content

Commit

Permalink
Merge pull request #35 from patrickcate/develop
Browse files Browse the repository at this point in the history
v1.0.2 release
  • Loading branch information
patrickcate authored Apr 21, 2024
2 parents 0c69b18 + f21af0e commit 04c7415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Verify the integrity of installed dependencies
run: npm audit signatures

- name: Build playground
run: npm run dev:prepare

- name: Build module
run: npm run prepack

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}
Expand Down

0 comments on commit 04c7415

Please sign in to comment.