From a1e2deeb0f230b5d53cd62b79eb2c994f410e0a6 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 01:02:14 -0600 Subject: [PATCH] fix perms --- .github/workflows/generate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f786085..f5bd4d5 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -23,6 +23,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' + registry-url: 'https://registry.npmjs.org' + - name: Install TypeScript run: npm install -g typescript @@ -65,4 +67,4 @@ jobs: - name: Publish to npm (Trusted Publishing) if: github.ref == 'refs/heads/main' - run: npm publish --provenance + run: npm publish --provenance --access public