diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aab8404..707700b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -293,7 +293,7 @@ jobs: run: | set -euo pipefail [[ "$TAG_FLAG" =~ ^--tag=v[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit 1 - dist host $TAG_FLAG --steps=upload --steps=release --output-format=json > dist-manifest.json + dist host $TAG_FLAG --steps=upload --steps=release --steps=announce --output-format=json > dist-manifest.json echo "artifacts uploaded and released successfully" cat dist-manifest.json echo "manifest=$(jq -c '.' dist-manifest.json)" >> "$GITHUB_OUTPUT"