From db7de9c04d954a37023a0e58cc04ea0f2cc6cce8 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Sat, 23 May 2026 21:12:11 +0200 Subject: [PATCH] fix: rollout --- .github/workflows/Build-Rollout.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build-Rollout.yml b/.github/workflows/Build-Rollout.yml index 2834bb6..ad9f667 100644 --- a/.github/workflows/Build-Rollout.yml +++ b/.github/workflows/Build-Rollout.yml @@ -5,7 +5,6 @@ on: permissions: contents: write - id-token: write jobs: build: @@ -19,14 +18,12 @@ jobs: uses: actions/setup-node@v6 with: node-version: '24.14.0' + registry-url: 'https://registry.npmjs.org' package-manager-cache: false - name: Install Dependencies run: npm ci - - name: Run Checks - run: npm run check - - name: Set Release Version id: version run: npm run release:version @@ -42,6 +39,8 @@ jobs: - name: Publish Library run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub release env: