Skip to content

Commit

Permalink
CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hales committed Jan 20, 2024
1 parent 765f563 commit 56ea3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 8.3.1
- name: Configure NPM
run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }} && npm config set @anupheaus:registry=https://npm.pkg.github.com/
- name: Install Dependencies
run: pnpm i
- name: Build
Expand Down

0 comments on commit 56ea3f8

Please sign in to comment.