Skip to content

Commit 22ee9e1

Browse files
committed
read version from tag
1 parent dc72023 commit 22ee9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
release_name: Release ${{ github.ref }}
2828
body: |
2929
To download execute the following statement:
30-
pip install git+https://github.com/TrisNol/python-sample-package@$RELEASE_VERSION
30+
pip install git+https://github.com/TrisNol/python-sample-package@${{ env.RELEASE_VERSION }}
3131
draft: false
3232
prerelease: false

0 commit comments

Comments
 (0)