mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
fix: pypi github workflow does not allow double quotes
This commit is contained in:
parent
12f50ee20c
commit
c48278a15e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue