Skip to content

Commit

Permalink
🔧 fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenfin committed Jun 27, 2024
1 parent c38ac40 commit 211cc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run bundle # final create bundle
- run: npm run publish
- run: npm publish
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand All @@ -54,7 +54,7 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run bundle
- run: npm run publish
- run: npm publish
env:
CI: true
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 211cc90

Please sign in to comment.