Skip to content

Commit b98589d

Browse files
authored
More publishing fixes (#3131)
1 parent 51ceccf commit b98589d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
publish: pnpm ci:publish
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_BOT_TOKEN }}
41-
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
shell-emulator=true
2+
publish-branch=v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
"scripts": {
56-
"ci:publish": "pnpm changeset tag && pnpm publish -r --publish-branch v2",
56+
"ci:publish": "pnpm changeset tag && pnpm publish -r",
5757
"bootstrap": "pnpm -r run bootstrap && BOOTSTRAPPING=true pnpm -r run build",
5858
"start": "concurrently -p \"[{name}]\" -n \"BUILD,SITE\" -c \"bgBlue.bold,bgMagenta.bold\" \"node watcher.js\" \"pnpm run --filter=typescriptlang-org start\"",
5959
"build": "pnpm run --filter=!typescriptlang-org build",

0 commit comments

Comments
 (0)