Package publication issue (using `@effect/build-utils`
(I just realized there is a help-forum, that may be more appropriate to post in here rather than posting that kind of things in effect-beginners or random)
I added
I'm also using
However, I'm encountering an issue that I can't resolve on my own.
When trying to publish the package to the npm registry via GitHub Actions, I get this error:
The strange thing is that when I pack and inspect the tarball locally, everything seems fine. Additionally, publishing the repository from my local terminal works perfectly. The issue only occurs with GitHub Actions, and even more confusingly, it only affects this particular package.
I've searched for information but haven't found anything useful, so I'd really appreciate any help.
I added
@effect/build-utils to one of my workspaces to simplify my package publication workflow. I'm also using
changesets for this.However, I'm encountering an issue that I can't resolve on my own.
When trying to publish the package to the npm registry via GitHub Actions, I get this error:
The strange thing is that when I pack and inspect the tarball locally, everything seems fine. Additionally, publishing the repository from my local terminal works perfectly. The issue only occurs with GitHub Actions, and even more confusingly, it only affects this particular package.
I've searched for information but haven't found anything useful, so I'd really appreciate any help.
