Skip to content

Commit 3aff62b

Browse files
committed
fix(nx/create_release): --yes
1 parent faad113 commit 3aff62b

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 --yes $PROJECT_ARG $DRY_RUN_FLAG

0 commit comments

Comments
 (0)