Skip to content

Commit befda88

Browse files
authored
ci: enable trusted publishing (#757)
1 parent e2c31d2 commit befda88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
node-version: lts/*
3232
cache: pnpm
3333

34+
- name: Upgrade npm
35+
run: npm install -g npm@latest
36+
3437
- name: Install Dependencies
3538
run: pnpm install --prefer-frozen-lockfile
3639

@@ -43,5 +46,4 @@ jobs:
4346
title: 'chore: release eslint-plugin-prettier'
4447
env:
4548
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NPM_CONFIG_PROVENANCE: true
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
NPM_TOKEN: ''

0 commit comments

Comments
 (0)