From 1098e024fe5eb362a8396d13fb16d9dca726a898 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 20 Oct 2025 19:56:22 +0200 Subject: [PATCH 1/2] chore: bump Yarn version to enable OIDC publish --- .github/workflows/publish.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6974d8..596e468 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,5 +63,3 @@ jobs: corepack yarn install --immutable corepack yarn build corepack yarn workspaces foreach --all --no-private npm publish --provenance --access public - env: - YARN_NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package.json b/package.json index cd0031e..e136cd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "caritat", "private": true, - "packageManager": "yarn@4.9.2+sha224.b8e0b161ae590950fbda696e6f3ca071362768e5280c5fbfdadf064b", + "packageManager": "yarn@4.10.3+sha224.6020b3cdcdfbd7dbc24b7a7b75d58a249ce36068a8bf97d39aa8cc6d", "version": "1.6.0", "license": "MIT", "repository": { From 6cd1b1ea7dfbecdb41eb32bd5948171d4f2e9d6f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 20 Oct 2025 19:58:17 +0200 Subject: [PATCH 2/2] fixup! chore: bump Yarn version to enable OIDC publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e136cd8..58a38af 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devEngines": { "packageManager": { "name": "yarn", - "version": "4.9.2" + "version": "4.10.3" }, "runtime": { "name": "nodejs",