Skip to content

Commit

Permalink
Update publish-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural authored Jul 7, 2024
1 parent 7314751 commit d69b266
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ jobs:
node-version: "20.x"
registry-url: "https://npm.pkg.github.com"
scope: "@oconva"

- name: set registery
run: npm config set registry https://npm.pkg.github.com/oconva

- name: set auth
run: npm config set //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}

- name: set org registry
run: npm config set @oconva:registry https://npm.pkg.github.com

- name: set always-auth
run: npm config set always-auth true

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d69b266

Please sign in to comment.