Skip to content

Commit

Permalink
fix(nx/create_release): interactivve false
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 7, 2024
1 parent faad113 commit 4223b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
PROJECT_ARG="-p ${{ inputs.image_name }}"
fi
./nx release $PROJECT_ARG $DRY_RUN_FLAG
./nx release $PROJECT_ARG $DRY_RUN_FLAG --interactive=false

0 comments on commit 4223b3a

Please sign in to comment.