We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370ca83 commit bf3856cCopy full SHA for bf3856c
.github/workflows/release-tag.yml
@@ -17,6 +17,7 @@ jobs:
17
id: download_package
18
run: |
19
python -m pip install --upgrade pip
20
+ git fetch origin --tags
21
latest_tag=$(git tag --sort=taggerdate | tail -n 1 | cut -d 'v' -f 2)
22
python -m pip download itkwidgets==$latest_tag
23
echo "::set-output name=release_name::itkwidgets ${latest_tag}"
0 commit comments