From 841c0a42797830a30b4a24b78ac6416391cf4a8d Mon Sep 17 00:00:00 2001 From: Yohann Paris Date: Mon, 22 Apr 2024 10:56:12 -0400 Subject: [PATCH] Update publish-client.yml --- .github/workflows/publish-client.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-client.yml b/.github/workflows/publish-client.yml index 87bdcd8196..56fb897831 100644 --- a/.github/workflows/publish-client.yml +++ b/.github/workflows/publish-client.yml @@ -40,7 +40,7 @@ jobs: amd64: runs-on: ubuntu-22.04 - needs: image-name + needs: image-tag permissions: contents: read packages: write @@ -76,7 +76,7 @@ jobs: # Disabled until macOS GitHub runners uses M2 that can do nested virtualization # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#limitations-for-arm64-macos-runners runs-on: macos-14 - needs: image-name + needs: image-tag permissions: contents: read packages: write @@ -107,7 +107,7 @@ jobs: arm64-emulation: runs-on: ubuntu-22.04 - needs: image-name + needs: image-tag permissions: contents: read packages: write