Skip to content

Commit 0628b3f

Browse files
committed
update install statement
1 parent 83c2377 commit 0628b3f

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
@@ -24,6 +24,6 @@ jobs:
2424
release_name: Release ${{ github.ref }}
2525
body: |
2626
To download execute the following statement:
27-
pip install git+https://github.com/TrisNol/python-sample-package@${{ github.ref }}
27+
pip install git+https://github.com/TrisNol/python-sample-package@${{ github.ref:10 }}
2828
draft: false
2929
prerelease: false

0 commit comments

Comments
 (0)