Skip to content

Commit

Permalink
Merge pull request #411 from newfold-labs/fix/release-workflow-for-pa…
Browse files Browse the repository at this point in the history
…ckage

add step to setup github package registry in workflow
  • Loading branch information
circlecube authored Jan 15, 2025
2 parents 108c6d7 + 57b9143 commit 0f06d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@newfold'

- name: Setup Registry
run: printf "\n//npm.pkg.github.com/:_authToken=${{ secrets.NEWFOLD_ACCESS_TOKEN }}" >> .npmrc

- name: Install Dependencies
run: npm ci && npm run build

Expand Down

0 comments on commit 0f06d00

Please sign in to comment.