Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maphel committed Sep 4, 2023
1 parent 59ed412 commit 2fd8863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
ref: main
fetch-depth: 0

- name: Fetch tags
run: git fetch --tags

- name: Extract version from latest Git tag or use default
run: |
TAG_NAME=$(git tag | tail -n 1)
Expand Down

0 comments on commit 2fd8863

Please sign in to comment.