Skip to content

Commit

Permalink
ci: fetch tags and history on bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Feb 13, 2025
1 parent 1f05c1d commit 42594da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Check current commit
run: |
Expand Down

0 comments on commit 42594da

Please sign in to comment.