Skip to content

Commit

Permalink
Remove newline attempt at end of echo command.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Nov 14, 2023
1 parent d3dd692 commit ae9166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if [ '${{ github.event.release.prerelease }}' = 'true' ]; then
url="https://test.pypi.org/legacy/"
version="${{ needs.setup.outputs.tag }}"
echo "__version__ = '${version:1}'\n" > src/mapclient/settings/version.py
echo "__version__ = '${version:1}'" > src/mapclient/settings/version.py
else
url="https://pypi.org/legacy/"
fi
Expand Down

0 comments on commit ae9166e

Please sign in to comment.