This commit is contained in:
Gunnar Skjold
2020-03-25 20:21:39 +01:00
parent 9d0ceb9ca8
commit c936f605d6
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
id: release_tag
env:
GITHUB_REF: ${{ github.ref }}
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:11})
run: echo ::set-env name=GITHUB_TAG::$(echo ${GITHUB_REF:11})
- name: Cache Python dependencies
uses: actions/cache@v1
with: