thankful-match-46035
09/12/2023, 7:25 AMnpm ERR! 403 403 Forbidden - PUT <https://registry.npmjs.org/@ovh-devrelteam%2fpulumi-ovh> - You cannot publish over the previously published versions: 0.34.0.
I’ve read the guide and it appears that normally the gh action will NOT try to publish again an existing npm package because a check is done in the package.json
file.
So, my question is, why the gh action wants to publish the npm package even if the version seems the same?
Second question: have you a release.yaml gh action optimized in order to not publish existing package (npm, pypi, nuget...)
Thanksenough-garden-22763
09/12/2023, 9:31 PMSecond question: have you a release.yaml gh action optimized in order to not publish existing package (npm, pypi, nuget...)
thankful-match-46035
09/13/2023, 5:21 AMenough-garden-22763
09/13/2023, 2:33 PM