We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db50286 commit e0892c2Copy full SHA for e0892c2
.github/workflows/release-v2.yml
@@ -36,7 +36,7 @@ jobs:
36
id: setup-npmrc
37
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
38
- name: Publish core to npm
39
- run: npm publish --dry-run
+ run: npm publish
40
- name: Remove .npmrc
41
if: steps.setup-npmrc.outcome == 'success'
42
run: rm .npmrc
0 commit comments