Skip to content

Commit

Permalink
fix: update CI workflow to use @pnstack scope for npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Jan 23, 2025
1 parent fa1acee commit ebc6b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: "18"
cache: "pnpm"
registry-url: "https://npm.pkg.github.com"
scope: "@template-turbo-ui"
scope: "@pnstack"

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
node-version: "18"
cache: "pnpm"
registry-url: "https://npm.pkg.github.com"
scope: "@template-turbo-ui"
scope: "@pnstack"

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -75,4 +75,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_REGISTRY: "https://npm.pkg.github.com/pnstack"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ebc6b09

Please sign in to comment.