Skip to content

Commit c48278a

Browse files
daywalker90cdecker
authored andcommitted
fix: pypi github workflow does not allow double quotes
1 parent 12f50ee commit c48278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
poetry build --no-interaction
6767
6868
- name: Publish distribution 📦 to Test PyPI
69-
if: github.repository == 'ElementsProject/lightning' && github.ref == "refs/heads/master"
69+
if: github.repository == 'ElementsProject/lightning' && github.ref == 'refs/heads/master'
7070
env:
7171
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
7272
WORKDIR: ${{ matrix.WORKDIR }}

0 commit comments

Comments
 (0)