Skip to content

Commit

Permalink
ci: fetch tags using actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 24, 2025
1 parent 3bfdd28 commit 38e5974
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- name: Fetch tags
shell: bash
run: git fetch --tags -f
fetch-tags: 'true'
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
Expand Down

0 comments on commit 38e5974

Please sign in to comment.