Skip to content

Commit

Permalink
Attempt to fix release workflow again (#339)
Browse files Browse the repository at this point in the history
This was working properly with `needs` and `uses`, but apparently not
when we added additional attributes.
  • Loading branch information
pkwarren authored Jan 28, 2023
1 parent 60e17b7 commit 9e5af81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e5af81

Please sign in to comment.