Skip to content

Commit 211cc90

Browse files
committed
🔧 fix publish workflow
1 parent c38ac40 commit 211cc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: "npm"
3333
- run: npm ci
3434
- run: npm run bundle # final create bundle
35-
- run: npm run publish
35+
- run: npm publish
3636
env:
3737
CI: true
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454
cache: "npm"
5555
- run: npm ci
5656
- run: npm run bundle
57-
- run: npm run publish
57+
- run: npm publish
5858
env:
5959
CI: true
6060
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)