mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
fix quotes in output command
This commit is contained in:
parent
d29b3778a2
commit
2ad7acb78a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
||||||
id: pypi-version-getter
|
id: pypi-version-getter
|
||||||
run: |
|
run: |
|
||||||
pypi_version="$(find dist/jrnl-*.tar.gz | sed -r 's!dist/jrnl-(.*)\.tar\.gz!\1!')"
|
pypi_version="$(find dist/jrnl-*.tar.gz | sed -r 's!dist/jrnl-(.*)\.tar\.gz!\1!')"
|
||||||
echo 'pypi_version="$pypi_version"' >> $GITHUB_OUTPUT
|
echo "pypi_version=$pypi_version" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
release_homebrew:
|
release_homebrew:
|
||||||
if: ${{ github.event.inputs.include_brew == 'true' }}
|
if: ${{ github.event.inputs.include_brew == 'true' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue