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 dc72023 commit 22ee9e1Copy full SHA for 22ee9e1
.github/workflows/release.yml
@@ -27,6 +27,6 @@ jobs:
27
release_name: Release ${{ github.ref }}
28
body: |
29
To download execute the following statement:
30
- pip install git+https://github.com/TrisNol/python-sample-package@$RELEASE_VERSION
+ pip install git+https://github.com/TrisNol/python-sample-package@${{ env.RELEASE_VERSION }}
31
draft: false
32
prerelease: false
0 commit comments