From f6daf5ef18a4b328975437c3d1d8b2f8bd4d112d Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Mon, 13 May 2024 10:09:33 -0400 Subject: [PATCH] require CI to pass before attempting to publish Signed-off-by: Alexandre Lamarre --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b7a88b9f..ea4f8a93 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,6 +16,9 @@ jobs: permissions: contents: read push: + needs : [ + ci + ] permissions: contents : read id-token: write