Skip to content

Commit a1f7d01

Browse files
authored
chore: bump Yarn version to enable OIDC publish (#86)
1 parent c8284eb commit a1f7d01

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,3 @@ jobs:
6363
corepack yarn install --immutable
6464
corepack yarn build
6565
corepack yarn workspaces foreach --all --no-private npm publish --provenance --access public
66-
env:
67-
YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caritat",
33
"private": true,
4-
"packageManager": "yarn@4.9.2+sha224.b8e0b161ae590950fbda696e6f3ca071362768e5280c5fbfdadf064b",
4+
"packageManager": "yarn@4.10.3+sha224.6020b3cdcdfbd7dbc24b7a7b75d58a249ce36068a8bf97d39aa8cc6d",
55
"version": "1.6.0",
66
"license": "MIT",
77
"repository": {
@@ -20,7 +20,7 @@
2020
"devEngines": {
2121
"packageManager": {
2222
"name": "yarn",
23-
"version": "4.9.2"
23+
"version": "4.10.3"
2424
},
2525
"runtime": {
2626
"name": "nodejs",

0 commit comments

Comments
 (0)