Skip to content

Commit fe739be

Browse files
committed
🛠️
1 parent b7c3cf8 commit fe739be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/[email protected]
14-
- run: yarn publish
14+
- run: npm publish
15+
with:
16+
registry-url: "https://registry.npmjs.org"
1517
env:
1618
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)