We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df271c5 commit 2d2a06eCopy full SHA for 2d2a06e
.github/workflows/pipeline.yml
@@ -58,6 +58,8 @@ jobs:
58
uses: actions/checkout@v3
59
with:
60
fetch-depth: 0
61
+ - name: Ensure latest tag is fetched
62
+ run: git fetch --prune --tags --force
63
- name: Install Ruby
64
uses: ruby/setup-ruby@v1
65
- name: Build the gem
0 commit comments