Skip to content

Commit

Permalink
fix: fixing build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RambhauWaykar committed Sep 6, 2024
1 parent 081063d commit bdb35c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit bdb35c8

Please sign in to comment.