Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Aug 1, 2024
1 parent bce9f09 commit 3f5bc3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
working-directory: '.'
- run: yarn build
- run: yarn npm publish
env:
Expand All @@ -39,6 +40,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
working-directory: '.'
- run: yarn build
- run: yarn npm publish
env:
Expand Down
2 changes: 2 additions & 0 deletions packages/react-client/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npmRegistryServer: "https://npm.pkg.github.com"
npmAuthToken: "asdf"
2 changes: 2 additions & 0 deletions packages/ts-client/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npmRegistryServer: "https://registry.npmjs.org/"
npmAuthToken: ${NODE_AUTH_TOKEN}

0 comments on commit 3f5bc3f

Please sign in to comment.