From 9e5af81db5f2b11387451a3f9c7eaddeff6399b5 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Fri, 27 Jan 2023 18:42:00 -0600 Subject: [PATCH] Attempt to fix release workflow again (#339) This was working properly with `needs` and `uses`, but apparently not when we added additional attributes. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f87913f6..3d93d8710 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,5 @@ jobs: run: | rm -fv minisign.key upload: - environment: production - if: github.repository == 'bufbuild/plugins' - runs-on: ubuntu-22.04 needs: release uses: ./.github/workflows/upload.yml