Skip to content

Commit

Permalink
Merge pull request #536 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 b1450f8 + 6d1b432 commit 0d443c4
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: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
- run: yarn config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
- run: yarn publish

0 comments on commit 0d443c4

Please sign in to comment.