From 38660a3d09a339bdc7e55e661e67919580375ee4 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Mon, 23 Feb 2026 08:17:02 +0100 Subject: [PATCH] chore: fix ci publishing on yarn v1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a862b5..9591fec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,5 @@ jobs: # yarn install triggers the `prepare` lifecycle script which runs the full build - run: yarn install --frozen-lockfile if: ${{ steps.release.outputs.release_created }} - - run: yarn npm publish --provenance + - run: npm publish --provenance --access public if: ${{ steps.release.outputs.release_created }}