Skip to content

Commit

Permalink
Merge pull request #538 from fishbrain/enable-corepack
Browse files Browse the repository at this point in the history
Add auth token
  • Loading branch information
lhansford authored Aug 30, 2024
2 parents 0d443c4 + 5313e8d commit 89fbf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable
- run: yarn config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
- run: yarn config set npmAuthToken "${{ secrets.NPM_TOKEN }}"
- run: yarn publish

0 comments on commit 89fbf7b

Please sign in to comment.