Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mierak committed Aug 25, 2024
1 parent 4d7bf43 commit e42b09f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
# with:
# fetch-tags: true

- name: Fetch tags
run: |
git fetch --tags -f
- name: Build release
run: |
Expand Down

0 comments on commit e42b09f

Please sign in to comment.