diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ebb3e75d4a..35df09fd63 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -30,6 +30,12 @@ jobs: - name: Checkout repository and submodules uses: actions/checkout@v4 + - name: Query git + run: | + git rev-parse --abbrev-ref HEAD || true + git describe --all || true + git describe || true + - name: Setup Go uses: actions/setup-go@v5 with: