Skip to content

Commit 3753199

Browse files
committed
fix publish action
1 parent abc96aa commit 3753199

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
with:
1919
node-version: 16
2020
registry-url: https://registry.npmjs.org/
21-
run: npm ci
2221
- name: Npm Publish
23-
run: npm publish
22+
run: npm ci && npm publish
2423
env:
2524
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2625
- name: Github Release

0 commit comments

Comments
 (0)