Skip to content

Commit

Permalink
FIX: check if this actually fetches the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Feb 28, 2025
1 parent 9f0d7e2 commit be13649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
with:
fetch-depth: 0
fetch-tags: true
- uses: ruby/setup-ruby@v1
if: ${{ steps.release.outputs.release_created }}

0 comments on commit be13649

Please sign in to comment.