Skip to content

Commit

Permalink
ci: fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jun 23, 2023
1 parent eb0cf26 commit a4e5bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Publish to NPM

on:
push:
tags:
Expand All @@ -13,6 +15,7 @@ jobs:
node-version: 20
cache: "npm"
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit a4e5bb6

Please sign in to comment.