Skip to content

Commit a74595f

Browse files
Update release.yml to use trusted Publisher config (#5399)
1 parent 7e3beed commit a74595f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,5 @@ jobs:
4242
- name: Build d.ts files
4343
run: pnpm build:lib:dts
4444

45-
- name: Creating .npmrc
46-
run: |
47-
cat << EOF > "$HOME/.npmrc"
48-
email=fusionjs+ci@uber.com
49-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
50-
EOF
51-
env:
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53-
5445
- name: Publishing next version
5546
run: ./publish/publish-next.js
56-
env:
57-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)