Skip to content

Commit

Permalink
fix: Updated Yarn to v3.6.4 and updated CI/CD configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Feb 12, 2025
1 parent d3136c3 commit 6fcff36
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 6fcff36

Please sign in to comment.