Skip to content

Commit

Permalink
set publish config
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Apr 26, 2024
1 parent 85e63fb commit 2f28448
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tooling/github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ runs:
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

- name: set publishing config
shell: bash
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- shell: bash
run: pnpm add -g turbo

- shell: bash
run: pnpm install
run: pnpm install

0 comments on commit 2f28448

Please sign in to comment.