Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1150,8 +1150,11 @@ jobs:
- name: Inject optionalDependencies into the wrapper
run: node packages/bindings/scripts/inject-optional-deps.mjs

# pnpm, not npm: only pnpm rewrites the `workspace:` range on
# `@alienplatform/core` into the released version, and npm rejects a
# published package that still carries the protocol.
- name: Pack bindings wrapper
run: npm pack ./packages/bindings --pack-destination "$PWD/qualified/bindings"
run: pnpm --filter @alienplatform/bindings pack --pack-destination "$PWD/qualified/bindings"

- name: Upload qualified bindings packages
uses: actions/upload-artifact@v6
Expand Down
Loading