Skip to content

Commit 09b6c6f

Browse files
committed
Force final bosh release
1 parent a1b430b commit 09b6c6f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/create-bosh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
git update-index --skip-worktree config/blobs.yml
238238
git update-index --skip-worktree config/final.yml
239239
240-
bosh create-release --final --version="${RELEASE_VERSION}" --tarball="./cf-cli-v${RELEASE_VERSION}.tgz"
240+
bosh create-release --force --final --version="${RELEASE_VERSION}" --tarball="./cf-cli-v${RELEASE_VERSION}.tgz"
241241
242242
echo "::group::Git state after final release"
243243
git diff --patch

config/blobs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
cf8-cli_8.16.0_linux_x86-64.tgz:
2-
size: 9801923
3-
sha: sha256:9577fb1c0c6a40056f97c9df241352ae0d096d498d3f1215f2702b3745e6bf06
1+
{}

0 commit comments

Comments
 (0)