Skip to content
Snippets Groups Projects
Commit 52a89dae authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix echo

parent 3a5962e5
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ jobs:
- name: Alter Version
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
run: |
echo -e '__version__ = "' > satella/__init__.py
echo -e '${{ github.event.release.tag_name }}' >> satella/__init__.py
echo -n '__version__ = "' > satella/__init__.py
echo -n '${{ github.event.release.tag_name }}' >> satella/__init__.py
echo '"' >> satella/__init__.py
- name: Build
run: python -m build .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment