Skip to content

Commit 34c1fec

Browse files
committed
fix: publishing
1 parent c238757 commit 34c1fec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: ^16
25+
registry-url: "https://registry.npmjs.org"
2526
- run: npm ci
2627
- run: npm run compile
2728
- run: npm test
28-
- run: npx [email protected] publish from-git
29+
- run: npx [email protected] publish from-git -y
2930
env:
3031
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)