Skip to content

Commit

Permalink
feat: Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank authored Jun 16, 2024
1 parent 2eb3b47 commit c0e1a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm i

publish-npm:
needs: build
Expand All @@ -26,4 +26,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit c0e1a4c

Please sign in to comment.