We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89193a5 commit d51f90bCopy full SHA for d51f90b
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
run: npm run bootstrap -- --ignore-scripts
36
shell: bash
37
- name: 🚀 Release
38
- run: npm run publish:ci
+ run: npm run publish:ci -- --provenance
39
40
env:
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments