From acc319fabf5490a80f6d271968d4cc74d0ada354 Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:11:50 +0200 Subject: [PATCH] ci: fix publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e59e3a33..b4dabae2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: # Publish manifest combining aarch64 and amd64 images manifest: runs-on: ubuntu-latest - needs: [ publish-amd64, publish-aarch64 ] + needs: [ amd64, aarch64 ] if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')) steps: - uses: actions/checkout@v4 @@ -72,7 +72,7 @@ jobs: # Publish release to Sentry allowing us to track more sentry: runs-on: ubuntu-latest - needs: [ publish-manifest ] + needs: [ publish ] if: startsWith(github.ref, 'refs/tags') steps: - uses: getsentry/action-release@v1