Skip to content

Commit 9f6ca1c

Browse files
committed
fix(nx/create_release): interactive false
1 parent faad113 commit 9f6ca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
PROJECT_ARG="-p ${{ inputs.image_name }}"
6969
fi
7070
71-
./nx release $PROJECT_ARG $DRY_RUN_FLAG
71+
./nx release --interactive=false $PROJECT_ARG $DRY_RUN_FLAG

0 commit comments

Comments
 (0)