From 70f0ab3c93e8b46ddad0de3ecc48d8d0aaa8d704 Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Mon, 21 Oct 2024 12:30:10 -0400 Subject: [PATCH] foo --- .github/workflows/foo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/foo.yml b/.github/workflows/foo.yml index de1ad426cb0..d5db5ede313 100644 --- a/.github/workflows/foo.yml +++ b/.github/workflows/foo.yml @@ -10,11 +10,11 @@ jobs: fetch-depth: 0 refs: 'master' - name: Run git describe with branch refs - run: git describe --tags --abbrev=0 --match=@coveo/atomic@ --exact-match release/v3 + run: git describe --tags --abbrev=0 --match=@coveo/atomic@* release/v3 continue-on-error: true - name: Run git describe with local heads - run: git describe --tags --abbrev=0 --match=@coveo/atomic@ --exact-match refs/heads/release/v3 + run: git describe --tags --abbrev=0 --match=@coveo/atomic@* refs/heads/release/v3 continue-on-error: true - name: Run git describe with remote heads - run: git describe --tags --abbrev=0 --match=@coveo/atomic@ --exact-match refs/remotes/origin/release/v3 + run: git describe --tags --abbrev=0 --match=@coveo/atomic@* refs/remotes/origin/release/v3 continue-on-error: true