Skip to content

Commit 0071b67

Browse files
authored
build: fix npm-publish-github-packages.yml
1 parent ff56210 commit 0071b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

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

0 commit comments

Comments
 (0)