Merge pull request #80 from wren/gh-actions-lint

Fix quotes in output command for workflow file
This commit is contained in:
Micah Jerome Ellison 2022-11-02 19:50:14 -07:00 committed by GitHub
commit 872fbb2b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ jobs:
id: pypi-version-getter
run: |
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:
if: ${{ github.event.inputs.include_brew == 'true' }}