Skip to content

Commit

Permalink
chore: remove registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed May 3, 2023
1 parent e4c668f commit 5d9a7ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Expand Up @@ -11,9 +11,6 @@ jobs:
strategy:
matrix:
node-version: [17]
permissions:
contents: read
packages: write

steps:
- name: Checkout repository
Expand All @@ -30,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
scope: '@davstack/use-url'
registry-url: 'https://npm.pkg.github.com'
# registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 5d9a7ca

Please sign in to comment.