We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3beed commit a74595fCopy full SHA for a74595f
1 file changed
.github/workflows/release.yml
@@ -42,16 +42,5 @@ jobs:
42
- name: Build d.ts files
43
run: pnpm build:lib:dts
44
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
-
54
- name: Publishing next version
55
run: ./publish/publish-next.js
56
57
0 commit comments