Skip to content

Commit

Permalink
ci: fix pypi release
Browse files Browse the repository at this point in the history
Revert "ci: fix pypi release"

This reverts commit 8b3eb9c.
  • Loading branch information
loiccoyle committed Jul 3, 2024
1 parent 4d487e1 commit 225945d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
publish:
name: Publish to pypi
needs: tests
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: jobs.release.steps.release_created
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -81,7 +81,7 @@ jobs:
trigger_image_build:
name: Trigger tinyticker disk image build
needs: publish
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Workflow dispatch
Expand Down

0 comments on commit 225945d

Please sign in to comment.