We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ece9e commit 8b11287Copy full SHA for 8b11287
1 file changed
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
79
run: |
80
echo "Running Nx release..."
81
- npx nx release --first-release --verbose
+ npx nx release --first-release --verbose --yes
82
continue-on-error: false
83
84
github-action-show-version:
0 commit comments