Skip to content

Commit

Permalink
Fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 20, 2019
1 parent 4f0b77e commit 07a42ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: vars
run: |
echo "GitHub ref ${GITHUB_REF}"
TAG=`echo "${GITHUB_REF}" | cut -f 3 -d "/" | cut -f 1 -d "-"`
VERSION=`echo "${GITHUB_REF}" | cut -f 3 -d "/" | cut -f 1 -d "-"`
echo "Got version ${VERSION}"
echo "##[set-output name=version;]$(echo ${VERSION})"
- name: Set up Python
Expand Down

0 comments on commit 07a42ee

Please sign in to comment.