Skip to content

Commit

Permalink
Update androyara.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteFoo authored Jul 17, 2021
1 parent 72327ce commit e20bc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/androyara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
python -m pip install twine
python -m pip install -r requirements.txt
python setup.py sdist bdist_wheel
- name: Get version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
Expand All @@ -48,7 +49,7 @@ jobs:
with:
tag_name: ${{ steps.get_version.outputs.VERSION }}
files: |
androyara-release-${{ steps.get_version.outputs.VERSION }}
androyara-release-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
androyara-release-${{ steps.get_version.outputs.VERSION }}.tar.gz
env:
Expand Down

0 comments on commit e20bc3f

Please sign in to comment.