Skip to content

Commit

Permalink
on-commits.yml no --force flag to bosh create-release
Browse files Browse the repository at this point in the history
https://bosh.io/docs/cli-v2/#create-release
--force include uncommitted changes in the release directory; it should only be used when building dev releases
  • Loading branch information
gberche-orange committed Jan 3, 2024
1 parent 9bb4eb2 commit 1600f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
fi
echo "creating bosh release: ${name}-${version}.tgz"
bosh create-release --force --final --version=${version} --tarball=${name}-${version}.tgz
bosh create-release --final --version=${version} --tarball=${name}-${version}.tgz
echo "pushing changes to git repository"
git add .final_builds
Expand Down

0 comments on commit 1600f69

Please sign in to comment.