Skip to content

Commit da0d508

Browse files
update github workflow
1 parent d2bfd51 commit da0d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package-to-npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: '16.x'
1515
registry-url: 'https://registry.npmjs.org'
16-
- run: yarn ci
16+
- run: yarn
1717
- run: yarn publish
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)