Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: npm releases failing to generate provenance (#3800)
We are [seeing](https://github.com/cdk8s-team/cdk8s-plus/actions/runs/8081657712/job/22080844284) the following error in NPM releases: ```console npm ERR! Can't generate provenance for new or private package, you must set `access` to public. ``` As of Feb 14, projen [has started](projen/projen#3330) [generating provenance statements](https://docs.npmjs.com/generating-provenance-statements) for NPM releases (on by default for public packages). It is not clear why we are seeing the failure above because `access` should be `public` by default for public packages. My suspicion is that for the very first version of a package, `access` must be explicitly set. Trying this out.
- Loading branch information