fix: Add changed files before commiting (#1451)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1453/head
Anatolii Bazko 2022-07-22 10:01:45 +03:00 committed by GitHub
parent b6fc460bc9
commit e2e25b995f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ releaseDeploymentFiles() {
echo "[INFO] releaseDeploymentFiles :: release deployment files"
make gen-deployment
make fmt
git add -A deploy
git commit -m "ci: Update Deployment Files" --signoff
}