diff --git a/.gitea/workflows/Build-Rollout.yml b/.gitea/workflows/Build-Rollout.yml index 5d6ac5e..253eef5 100644 --- a/.gitea/workflows/Build-Rollout.yml +++ b/.gitea/workflows/Build-Rollout.yml @@ -27,6 +27,11 @@ jobs: - name: Install Dependencies run: npm ci + - name: Verify npm Authentication + run: npm whoami + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Set Release Version run: npm run version:place env: