-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
pnpm version: 8.6
Code to reproduce the issue:
My previous line was pnpm publish --tag latest --filter @bootstrap-vue-next/nuxt --access=public --provenance
Expected behavior:
Publish with provenance
Actual behavior:
Did not
Additional information:
Github Action runner, ubuntu-latest , node 20
In order to fix the issue I had created this commit bootstrap-vue-next/bootstrap-vue-next@913cda8
The update worked.
The previous version that didn't worked was published at https://www.npmjs.com/package/bootstrap-vue-next/v/0.9.3 , with no provenance statement.
Today I published https://www.npmjs.com/package/bootstrap-vue-next/v/0.9.4 , with the above commit, and it worked.
Reactions are currently unavailable