Skip to content

Commit b12c10f

Browse files
committed
fetch tags
1 parent 07a3950 commit b12c10f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gem-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
fetch-tags: 'true'
2022
- name: Set up Ruby 3.3
2123
uses: ruby/setup-ruby@v1
2224
with:
@@ -29,6 +31,7 @@ jobs:
2931
3032
- name: Check already released
3133
run: |
34+
git tag
3235
if git tag | grep -q $TAG_NAME; then
3336
echo "$TAG_NAME already released. skip."
3437
exit 0

0 commit comments

Comments
 (0)