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 384c05c commit cfd0940Copy full SHA for cfd0940
.github/workflows/release.yml
@@ -13,6 +13,9 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v2
16
+
17
+ - name: Set env
18
+ run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
19
20
- name: Create Release
21
id: create_release
@@ -24,6 +27,6 @@ jobs:
24
27
release_name: Release ${{ github.ref }}
25
28
body: |
26
29
To download execute the following statement:
- pip install git+https://github.com/TrisNol/python-sample-package@${{ github.ref:10 }}
30
+ pip install git+https://github.com/TrisNol/python-sample-package@$RELEASE_VERSION
31
draft: false
32
prerelease: false
0 commit comments