Skip to content

Commit

Permalink
Add auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
lhansford committed Aug 30, 2024
1 parent 6dc69e9 commit 6d1b432
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 6d1b432

Please sign in to comment.