Skip to content

Commit 225945d

Browse files
committed
ci: fix pypi release
Revert "ci: fix pypi release" This reverts commit 8b3eb9c.
1 parent 4d487e1 commit 225945d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
publish:
6060
name: Publish to pypi
6161
needs: tests
62-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
62+
if: jobs.release.steps.release_created
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/checkout@v4
@@ -81,7 +81,7 @@ jobs:
8181
trigger_image_build:
8282
name: Trigger tinyticker disk image build
8383
needs: publish
84-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
84+
if: github.event_name == 'push'
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Workflow dispatch

0 commit comments

Comments
 (0)