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 83c2377 commit 0628b3fCopy full SHA for 0628b3f
.github/workflows/release.yml
@@ -24,6 +24,6 @@ jobs:
24
release_name: Release ${{ github.ref }}
25
body: |
26
To download execute the following statement:
27
- pip install git+https://github.com/TrisNol/python-sample-package@${{ github.ref }}
+ pip install git+https://github.com/TrisNol/python-sample-package@${{ github.ref:10 }}
28
draft: false
29
prerelease: false
0 commit comments