File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299
299
300
300
- name : Publish
301
301
run : |
302
- pnpm --recursive --filter="\ !@tailwindcss/oxide-wasm32-wasi" publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
302
+ pnpm --recursive --filter="!@tailwindcss/oxide-wasm32-wasi" publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
303
303
# The wasm package needs a special npm config that isn't read when pnpm --recursive is used
304
304
pushd crates/node/npm/wasm32-wasi; pnpm publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks; popd;
305
305
env :
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292
292
293
293
- name : Publish
294
294
run : |
295
- pnpm --recursive --filter="\ !@tailwindcss/oxide-wasm32-wasi" publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
295
+ pnpm --recursive --filter="!@tailwindcss/oxide-wasm32-wasi" publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks
296
296
# The wasm package needs a special npm config that isn't read when pnpm --recursive is used
297
297
pushd crates/node/npm/wasm32-wasi; pnpm publish --tag ${{ env.RELEASE_CHANNEL }} --no-git-checks; popd;
298
298
env :
You can’t perform that action at this time.
0 commit comments