diff --git a/.github/workflows/Build-Rollout.yml b/.github/workflows/Build-Rollout.yml index 14fb917..a889537 100644 --- a/.github/workflows/Build-Rollout.yml +++ b/.github/workflows/Build-Rollout.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: permissions: - id-token: write contents: write jobs: @@ -16,13 +15,11 @@ jobs: uses: actions/checkout@v4 - name: use NodeJS v24.14.0 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '24.14.0' registry-url: 'https://registry.npmjs.org' - - - name: Ensure trusted publishing capable npm - run: npm install -g npm@^11.5.1 + package-manager-cache: false - name: Install Dependencies run: npm ci @@ -45,6 +42,8 @@ jobs: - name: Publish Library run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub release env: