Skip to content

Commit bf3856c

Browse files
committed
BUG: Fetch git tags in release workflow
1 parent 370ca83 commit bf3856c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
id: download_package
1818
run: |
1919
python -m pip install --upgrade pip
20+
git fetch origin --tags
2021
latest_tag=$(git tag --sort=taggerdate | tail -n 1 | cut -d 'v' -f 2)
2122
python -m pip download itkwidgets==$latest_tag
2223
echo "::set-output name=release_name::itkwidgets ${latest_tag}"

0 commit comments

Comments
 (0)