Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Oct 21, 2024
1 parent 824a23e commit 70f0ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/foo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 70f0ab3

Please sign in to comment.