Skip to content

Commit e35a9be

Browse files
committed
chore: fix github publish action
1 parent 88d0eb0 commit e35a9be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
node-version: 10
1515
- run: npm ci
16-
- run: npm test
1716
- run: npm run build
17+
- run: npm test
1818

1919
publish-npm:
2020
needs: build
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
node-version: 10
2727
registry-url: https://registry.npmjs.org/
28-
- run: npm ci
2928
- run: npm run publish:ci
3029
env:
3130
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)