Skip to content

Commit

Permalink
Fix/yarn deploy packages (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking authored Feb 12, 2025
1 parent 2e79926 commit cffd45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
# Persist token
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ~/.npmrc
yarn workspaces foreach --topological --exclude "@2060.io/service-agent-main" version $RELEASE_VERSION
yarn workspace @2060.io/service-agent-client add @2060.io/service-agent-model@$RELEASE_VERSION
yarn workspace @2060.io/service-agent-nestjs-client add @2060.io/service-agent-model@$RELEASE_VERSION
Expand Down

0 comments on commit cffd45f

Please sign in to comment.