Skip to content

Commit d2bfd51

Browse files
small change in workflow
1 parent 8607ffa commit d2bfd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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: npm ci
17-
- run: npm publish
16+
- run: yarn ci
17+
- run: yarn publish
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)