Skip to content

Commit 9f973f2

Browse files
committed
npm publish is back
1 parent ce371db commit 9f973f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: https://registry.npmjs.org/
3535
- run: corepack enable
3636
- run: yarn install --immutable
37-
- run: yarn npm publish --provenance
37+
- run: npm publish --provenance
3838
working-directory: ./packages/devtools
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)