Skip to content

Commit

Permalink
👷 Update npm authentication in publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 25, 2024
1 parent 10750f5 commit 230b026
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-typebot-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx turbo build [email protected]/js...
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: cd packages/embeds/js && bun run npm publish --no-git-checks --access public
1 change: 1 addition & 0 deletions .github/workflows/publish-typebot-nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx turbo build [email protected]/nextjs...
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: cd packages/embeds/nextjs && bun run npm publish --no-git-checks --access public
1 change: 1 addition & 0 deletions .github/workflows/publish-typebot-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx turbo build [email protected]/react...
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: cd packages/embeds/react && bun run npm publish --no-git-checks --access public
1 change: 0 additions & 1 deletion packages/embeds/js/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/embeds/nextjs/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion packages/embeds/react/.npmrc

This file was deleted.

0 comments on commit 230b026

Please sign in to comment.