Skip to content

Commit

Permalink
fetch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 15, 2024
1 parent 57d0785 commit d6b55c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ruby-version: 3.2
- run: gem install hoc
- run: |
git fetch --tag
git fetch --tags --force
(
printf 'Good news, we have just published the %d-th release ' \
"$(git tag | wc -l | xargs)"
Expand Down

0 comments on commit d6b55c8

Please sign in to comment.