We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faad113 commit 3aff62bCopy full SHA for 3aff62b
.github/workflows/create_release.yml
@@ -68,4 +68,4 @@ jobs:
68
PROJECT_ARG="-p ${{ inputs.image_name }}"
69
fi
70
71
- ./nx release $PROJECT_ARG $DRY_RUN_FLAG
+ ./nx release --yes $PROJECT_ARG $DRY_RUN_FLAG
0 commit comments