Skip to content

Commit

Permalink
fix: remove nx cloud for image building
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Sep 16, 2024
1 parent 69ef30b commit 43aef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npx nx affected --base=$NX_BASE --head=$NX_HEAD --target=container --parallel=2 --no-cloud
- name: Semantic Release
shell: bash
run: npx nx release --no-cloud
run: npx nx release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 43aef5a

Please sign in to comment.