Skip to content

Commit d7679b9

Browse files
authored
chore: bump Yarn version to enable OIDC publish (#748)
1 parent cc840b2 commit d7679b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757

5858
- name: Publish to the npm registry
5959
run: corepack yarn npm publish --provenance
60-
env:
61-
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6260

6361
- run: corepack yarn pack --out corepack.tgz
6462
- name: Add Corepack package archive to GitHub release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"./package.json": "./package.json"
1717
},
1818
"license": "MIT",
19-
"packageManager": "yarn@4.9.0+sha224.dce6c5df199861784bd9b0eecb2a228df97e3f18a02b1bb75ff98383",
19+
"packageManager": "yarn@4.10.3+sha224.6020b3cdcdfbd7dbc24b7a7b75d58a249ce36068a8bf97d39aa8cc6d",
2020
"devDependencies": {
2121
"@types/debug": "^4.1.5",
2222
"@types/node": "^20.4.6",

0 commit comments

Comments
 (0)