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 bce6a69 commit 53be6c3Copy full SHA for 53be6c3
.github/workflows/release.yml
@@ -15,6 +15,6 @@ jobs:
15
- run: npm install --global npm@6
16
- run: npm ci
17
- run: npm run build
18
- - run: npm publish --dry-run
+ - run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments