From 110f9c2bd4c63db462e89c24dba5b0cb13a1fe6c Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Fri, 11 Jul 2025 18:05:10 -0600 Subject: [PATCH] Set npm access to public when publishing --- .github/workflows/release-cycle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-cycle.yml b/.github/workflows/release-cycle.yml index ea6b2c1d..d747eb82 100644 --- a/.github/workflows/release-cycle.yml +++ b/.github/workflows/release-cycle.yml @@ -136,6 +136,8 @@ jobs: needs: state name: Publish to npm environment: npm + env: + NPM_CONFIG_ACCESS: public permissions: contents: write id-token: write