We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b430b commit 09b6c6fCopy full SHA for 09b6c6f
.github/workflows/create-bosh-release.yml
@@ -237,7 +237,7 @@ jobs:
237
git update-index --skip-worktree config/blobs.yml
238
git update-index --skip-worktree config/final.yml
239
240
- bosh create-release --final --version="${RELEASE_VERSION}" --tarball="./cf-cli-v${RELEASE_VERSION}.tgz"
+ bosh create-release --force --final --version="${RELEASE_VERSION}" --tarball="./cf-cli-v${RELEASE_VERSION}.tgz"
241
242
echo "::group::Git state after final release"
243
git diff --patch
config/blobs.yml
@@ -1,3 +1 @@
1
-cf8-cli_8.16.0_linux_x86-64.tgz:
2
- size: 9801923
3
- sha: sha256:9577fb1c0c6a40056f97c9df241352ae0d096d498d3f1215f2702b3745e6bf06
+{}
0 commit comments