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 ce371db commit 9f973f2Copy full SHA for 9f973f2
.github/workflows/npm-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
registry-url: https://registry.npmjs.org/
35
- run: corepack enable
36
- run: yarn install --immutable
37
- - run: yarn npm publish --provenance
+ - run: npm publish --provenance
38
working-directory: ./packages/devtools
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments