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: