fix: pypi github workflow does not allow double quotes

This commit is contained in:
daywalker90 2024-03-08 12:02:18 +01:00 committed by Christian Decker
parent 12f50ee20c
commit c48278a15e

View file

@ -66,7 +66,7 @@ jobs:
poetry build --no-interaction
- name: Publish distribution 📦 to Test PyPI
if: github.repository == 'ElementsProject/lightning' && github.ref == "refs/heads/master"
if: github.repository == 'ElementsProject/lightning' && github.ref == 'refs/heads/master'
env:
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
WORKDIR: ${{ matrix.WORKDIR }}