Skip to content

Commit

Permalink
feat!: introduce breaking changes for version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessatran-ddi committed Jan 2, 2025
1 parent bda83bc commit 8ac0312
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpha-dry-run-release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx nx run angular-components:release --base=angular-v3.2.2 -- --dry-run --no-ci --branch=alpha-dry-run-release
npx nx run react-components:release --base=react-v5.4.1 -- --dry-run --no-ci --branch=alpha-dry-run-release
npx nx run common:release --dry-run --no-ci --branch=alpha-dry-run-release
npx nx affected --target=release --base=${{ steps.last_successful_commit.outputs.base }} -- --dry-run --no-ci

0 comments on commit 8ac0312

Please sign in to comment.