mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-10 15:56:47 +00:00
ci: release: never mark release as completed (testing)
Disable the publish-release step so the GitHub release stays a draft and is never marked as completed. This lets us exercise all the other release steps end-to-end without actually cutting a release.
This commit is contained in:
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -317,6 +317,11 @@ jobs:
|
||||
|
||||
- name: Publish a release
|
||||
run: |
|
||||
./tools/packaging/release/release.sh publish-release
|
||||
# TESTING: intentionally NOT publishing the release so the draft is
|
||||
# never marked as completed. This lets us exercise all the other
|
||||
# release steps without actually cutting a release.
|
||||
echo "Skipping 'release.sh publish-release' on purpose (testing mode)."
|
||||
echo "The release will remain a draft and will NOT be marked as completed."
|
||||
# ./tools/packaging/release/release.sh publish-release
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user