Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
74.4k
stars
2.78k
forks
source link
bun publish to GitHub Package Registry fails with 400 Bad Request / no attachments present in packument #15245
Open
Korni22 opened 6 days ago
What version of Bun is running?
1.1.34+5e5e7c60f
What platform is your computer?
Linux 6.5.0-1025-azure x86_64 x86_64
What steps can reproduce the bug?
I am trying to use
bun publish
to publish a package into the GitHub Package Registry using GitHub Actions.The job has all the permissions it takes:
I setup bun like this:
Install the dependencies:
Build the project:
And try to publish:
The
%2f
confuses me, maybe its related to #14592 ?What is the expected behavior?
I expected it to work, like it does with yarn (classic).
What do you see instead?
Additional information
Maybe the package.json is the root cause?