Skip to content

Commit 39cccae

Browse files
committed
ci: fix publishing
1 parent c2f6ed2 commit 39cccae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
run: |
3939
cp target/wasm32-unknown-unknown/release/dprint_plugin_graphql.wasm dprint_plugin/deployment/npm/plugin.wasm
4040
cd dprint_plugin/deployment/npm
41-
npm install -g npm@latest
42-
npm publish
41+
npx npm@latest publish

0 commit comments

Comments
 (0)