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 f329832 commit b6e7f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASE_VERSION: 0.0.0-beta.${{ github.run_number }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > ~/.npmrc
yarn config set npmAuthToken ${NPM_AUTH_TOKEN}
yarn workspaces foreach --topological version $RELEASE_VERSION
yarn up @2060.io/service-agent-model@$RELEASE_VERSION
yarn up @2060.io/service-agent-client@$RELEASE_VERSION
Expand Down

0 comments on commit b6e7f0a

Please sign in to comment.