Skip to content

Commit 2d2a06e

Browse files
committed
CI: Try to fix issue with latest tag not appearing in git describe.
1 parent df271c5 commit 2d2a06e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
uses: actions/checkout@v3
5959
with:
6060
fetch-depth: 0
61+
- name: Ensure latest tag is fetched
62+
run: git fetch --prune --tags --force
6163
- name: Install Ruby
6264
uses: ruby/setup-ruby@v1
6365
- name: Build the gem

0 commit comments

Comments
 (0)