Skip to content

Commit

Permalink
fix(nx/create_release): interactive false
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 7, 2024
1 parent faad113 commit 9f6ca1c
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 --interactive=false $PROJECT_ARG $DRY_RUN_FLAG

0 comments on commit 9f6ca1c

Please sign in to comment.