Skip to content

Commit 5116784

Browse files
committed
Remove double dollar
1 parent 1482c83 commit 5116784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
- name: Build packages
3131
run: poetry build
3232
- name: Publish to test PyPI
33-
if: $${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')}}
33+
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')}}
3434
uses: pypa/[email protected]
3535
with:
3636
repository-url: https://test.pypi.org/legacy/
3737
- name: Publish to PyPI
38-
if: $${{ github.event_name == 'release' }}
38+
if: ${{ github.event_name == 'release' }}
3939
uses: pypa/[email protected]

0 commit comments

Comments
 (0)