Skip to content

Commit 57f0e8f

Browse files
committed
chore: add npm provenance to publishing (second attempt)
1 parent 001fcce commit 57f0e8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ 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+
- name: npm publish
56+
run: pnpm release-plan publish --provenance
5757
env:
5858
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
5959
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)