Skip to content

Commit

Permalink
Reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Hales committed Jan 20, 2024
1 parent e89dfee commit 765f563
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 @anupheaus:registry=https://npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
run: pnpm i
- name: Build
Expand Down

0 comments on commit 765f563

Please sign in to comment.