Skip to content

Commit da1a697

Browse files
committed
chore: Fix publish action for x86_64 linux by merging features
1 parent 530151c commit da1a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
rm -rf ../../bindings/target/target/x86_64-unknown-linux-gnu/release/.cargo-lock &&
106106
cp ../../bindings/target/x86_64-unknown-linux-gnu/release/swc . && chmod +x ./swc &&
107107
if [[ ${{ inputs.package }} == "core" ]]; then
108-
yarn build --target x86_64-unknown-linux-gnu --no-default-features --features swc_v1 --features plugin
108+
yarn build --target x86_64-unknown-linux-gnu --no-default-features --features swc_v1,plugin
109109
else
110110
yarn build --target x86_64-unknown-linux-gnu
111111
fi

0 commit comments

Comments
 (0)