From aa93ce92962cd1516bec69dc5f03291665991f81 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Thu, 19 Oct 2023 16:00:37 +0200 Subject: [PATCH] ci: wait on the specific last bumped version to release, not this commit --- .github/workflows/version_bump.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 5fdddf4a59..2e70c526bb 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -25,6 +25,7 @@ jobs: id: wait-for-release with: token: ${{ secrets.GITHUB_TOKEN }} + ref: git log --grep='chore(release):' -n 1 --pretty=format:"%H" checkName: release timeoutSeconds: 3600 # 1 hour