CI: release-build.yml missing pipe (#113915)

This commit is contained in:
Kevin Minehart
2025-11-14 10:53:12 +00:00
committed by GitHub
parent bcc5d29bf7
commit 92ef1c4942
+1 -1
View File
@@ -326,7 +326,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
GRAFANA_COMMIT: ${{ needs.setup.outputs.grafana-commit }}
REPO: ${{ github.repository }}
run:
run: |
set -eo pipefail
gh api "/repos/${REPO}/commits/${GRAFANA_COMMIT}/pulls" | jq -r '.[0].number' | tee issue_number.txt
echo "ISSUE_NUMBER=$(cat issue_number.txt)" >> "$GITHUB_ENV"