From 528051e8bbba1362ed5aaceb4e97d6eb991215c9 Mon Sep 17 00:00:00 2001 From: Ava Silver Date: Tue, 27 Jan 2026 14:56:54 -0500 Subject: [PATCH 1/2] chore: fix publishing workflow pt 2 --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 151b312e..b27fb075 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,7 @@ jobs: - run: corepack enable && corepack prepare yarn@4.10.3 --activate - run: yarn - run: yarn build - - run: yarn publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} + - run: yarn npm publish - name: Send success message to Slack env: From 2d9dbcb3d6c37eb939d092a357124ac1b02bf541 Mon Sep 17 00:00:00 2001 From: Ava Silver Date: Tue, 27 Jan 2026 15:35:35 -0500 Subject: [PATCH 2/2] fix publishing workflow --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b27fb075..67b1ab27 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ on: permissions: id-token: write + contents: read jobs: build: @@ -19,7 +20,7 @@ jobs: - run: corepack enable && corepack prepare yarn@4.10.3 --activate - run: yarn - run: yarn build - - run: yarn npm publish + - run: npm publish - name: Send success message to Slack env: