diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index ed4fc6179db3..6978a59dd9d4 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -29,10 +29,10 @@ jobs: - id: set-distros run: | # if we're running from a tag, get the full list of distros; otherwise just use debian:sid - dists='["debian:sid"]' - if [[ $GITHUB_REF == refs/tags/* ]]; then + # dists='["debian:sid"]' + # if [[ $GITHUB_REF == refs/tags/* ]]; then dists=$(scripts-dev/build_debian_packages.py --show-dists-json) - fi + # fi echo "::set-output name=distros::$dists" # map the step outputs to job outputs outputs: