Skip to content

Commit 87d1b60

Browse files
committed
feat: set up trusted publisher
1 parent 40f7829 commit 87d1b60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version-file: .nvmrc
28+
registry-url: 'https://registry.npmjs.org'
2829
- run: npm ci
2930
- run: npm audit signatures
3031
- run: npm run build
3132
- env:
3233
GH_TOKEN: ${{ secrets.GH_TOKEN }}
33-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NPM_CONFIG_PROVENANCE: true
3435
run: npm run release

0 commit comments

Comments
 (0)