Skip to content

Commit c02fdc1

Browse files
authored
ci: enable trusted publishing (#29)
1 parent 8efd302 commit c02fdc1

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

@@ -46,5 +49,3 @@ jobs:
4649
publish: yarn release
4750
env:
4851
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
NPM_CONFIG_PROVENANCE: true
50-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)