Skip to content

Commit

Permalink
Remove registry
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-roy committed May 13, 2024
1 parent a388dd4 commit 4ee02c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
node-version: 20.x
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"homepage": "https://github.com/anurag-roy/store#readme",
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://npm.pkg.github.com"
"provenance": true
}
}

0 comments on commit 4ee02c4

Please sign in to comment.