Skip to content

Commit

Permalink
Fix dependency chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Nov 18, 2024
1 parent d89edcc commit 9885b0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/2')
timeout-minutes: 1440
runs-on: main
needs: build
steps:
- name: Sync release images to the primary instance
run: |
Expand All @@ -51,6 +52,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/2')
timeout-minutes: 1440
runs-on: main
needs: sync
steps:
- name: Release images to the public
run: |
Expand Down

0 comments on commit 9885b0b

Please sign in to comment.