Skip to content

Commit

Permalink
fix: add assets to the release with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
piercus committed Jun 3, 2022
1 parent 3c505b0 commit 0d079b4
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 @@ -11,6 +11,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 12
uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
Expand Down

0 comments on commit 0d079b4

Please sign in to comment.