Skip to content

Commit 96d8854

Browse files
committed
1 parent 3d2ef2e commit 96d8854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
3030
- run: npm run build
31-
- run: npm publish --dry-run
31+
- run: npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)