Skip to content

Commit 758388e

Browse files
committed
Test if
1 parent 9c09390 commit 758388e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish-test:
3232
runs-on: ubuntu-latest
3333
needs: package
34-
if: github.event.release.prerelease
34+
if: "!github.event.release.prerelease"
3535
environment:
3636
name: testpypi
3737
url: https://test.pypi.org/p/animatedledstrip-client
@@ -44,7 +44,7 @@ jobs:
4444
name: client-python-distributions
4545
path: dist/
4646

47-
- name: Publish to PyPi
47+
- name: Publish to Test PyPi
4848
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)