Skip to content

Commit 07829b4

Browse files
authored
ci: enable trusted publishing (#345)
1 parent 0637286 commit 07829b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

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

34+
- name: Upgrade npm
35+
run: npm install -g npm@latest
36+
3437
- name: Install Dependencies
3538
run: yarn --immutable
3639

@@ -43,5 +46,3 @@ jobs:
4346
publish: yarn release
4447
env:
4548
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NPM_CONFIG_PROVENANCE: true
47-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)