Skip to content

Commit e7e75a3

Browse files
committed
ci(release): remove unused package-name and enable provenance for npm publish
1 parent 72c3844 commit e7e75a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: googleapis/release-please-action@v4
2121
with:
2222
release-type: node
23-
package-name: srcset-kit
2423

2524
- name: Checkout
2625
if: ${{ steps.release.outputs.release_created }}
@@ -54,6 +53,6 @@ jobs:
5453

5554
- name: Publish to npm
5655
if: ${{ steps.release.outputs.release_created }}
57-
run: npm publish --access public
56+
run: npm publish --provenance --access public
5857
env:
5958
HUSKY: 0

0 commit comments

Comments
 (0)