put quotes around entire string

This commit is contained in:
Jonathan Wren 2022-08-15 17:40:16 -07:00
parent 97d888cd62
commit 8e7845b3c3

View file

@ -83,7 +83,7 @@ jobs:
if: ${{ github.event.inputs.include_repo_version == 'true' }} if: ${{ github.event.inputs.include_repo_version == 'true' }}
run: | run: |
poetry version "$JRNL_VERSION" poetry version "$JRNL_VERSION"
echo __version__ = \"$JRNL_VERSION\" > jrnl/__version__.py echo "__version__ = \"$JRNL_VERSION\"" > jrnl/__version__.py
- name: Commit updated files - name: Commit updated files
if: ${{ github.event.inputs.include_repo_version == 'true' && github.repository == env.HOME_REPO }} if: ${{ github.event.inputs.include_repo_version == 'true' && github.repository == env.HOME_REPO }}