We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package-name
1 parent 72c3844 commit e7e75a3Copy full SHA for e7e75a3
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: googleapis/release-please-action@v4
21
with:
22
release-type: node
23
- package-name: srcset-kit
24
25
- name: Checkout
26
if: ${{ steps.release.outputs.release_created }}
@@ -54,6 +53,6 @@ jobs:
54
53
55
- name: Publish to npm
56
57
- run: npm publish --access public
+ run: npm publish --provenance --access public
58
env:
59
HUSKY: 0
0 commit comments