From eb0e1e823b81459d680359762098ce49370b3b67 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:51:16 -0700 Subject: [PATCH] update (#575) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 817c6ba1e..631ff1f31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: go-builder: # Force the builds to rin sequentially, to avoid # the builder binaries being overwritten by each run. - needs: [generic-generator] permissions: id-token: write # For signing. contents: write # For asset uploads. @@ -36,3 +35,4 @@ jobs: go-version: 1.18 config-file: .github/workflows/configs-go/config-release.yml compile-builder: true +