We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a3950 commit 22a407fCopy full SHA for 22a407f
.github/workflows/gem-push.yml
@@ -17,6 +17,8 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ fetch-tags: true
22
- name: Set up Ruby 3.3
23
uses: ruby/setup-ruby@v1
24
with:
0 commit comments