Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbuwen committed Dec 12, 2019
1 parent 86e26f0 commit 6635338
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
pip install setuptools wheel twine
- name: Write version
run: |
python -c "print('__version__ =', repr('$GITHUB_REF'.split('/')[-1]))" > rodlayout/version.py
run: python -c "print('__version__ =', repr('$GITHUB_REF'.split('/')[-1]))" > rodlayout/version.py

- name: Build and publish
env:
Expand Down

0 comments on commit 6635338

Please sign in to comment.