Skip to content

Commit

Permalink
CI: Try to fix issue with latest tag not appearing in git describe.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Jan 21, 2023
1 parent df271c5 commit 2d2a06e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Ensure latest tag is fetched
run: git fetch --prune --tags --force
- name: Install Ruby
uses: ruby/setup-ruby@v1
- name: Build the gem
Expand Down

0 comments on commit 2d2a06e

Please sign in to comment.