Skip to content

Commit dc49c1b

Browse files
authored
chore: add npm provenance to publishing (second attempt) (#2323)
* chore: add npm provenance to publishing (second attempt) * remove name
1 parent 001fcce commit dc49c1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
registry-url: 'https://registry.npmjs.org'
5353
- uses: pnpm/action-setup@v4
5454
- run: pnpm install --frozen-lockfile
55-
- name: npm publish --provenance
56-
run: pnpm release-plan publish
55+
- run: pnpm release-plan publish --provenance
5756
env:
5857
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
5958
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)