Skip to content

Commit e0892c2

Browse files
committed
remove dry run
1 parent db50286 commit e0892c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: setup-npmrc
3737
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
3838
- name: Publish core to npm
39-
run: npm publish --dry-run
39+
run: npm publish
4040
- name: Remove .npmrc
4141
if: steps.setup-npmrc.outcome == 'success'
4242
run: rm .npmrc

0 commit comments

Comments
 (0)