Skip to content

Commit

Permalink
Fixes ci publish (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 authored Dec 7, 2023
1 parent efea280 commit 161f615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: yarn
- name: Configure NPM authentication
run: |
yarn config set npmAlwaysAuth true
Expand All @@ -95,6 +96,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: yarn
- name: Configure Github Packages authentication
run: |
yarn config set npmAlwaysAuth true
Expand Down

0 comments on commit 161f615

Please sign in to comment.