Skip to content

Commit 9e5af81

Browse files
authored
Attempt to fix release workflow again (#339)
This was working properly with `needs` and `uses`, but apparently not when we added additional attributes.
1 parent 60e17b7 commit 9e5af81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@ jobs:
4444
run: |
4545
rm -fv minisign.key
4646
upload:
47-
environment: production
48-
if: github.repository == 'bufbuild/plugins'
49-
runs-on: ubuntu-22.04
5047
needs: release
5148
uses: ./.github/workflows/upload.yml

0 commit comments

Comments
 (0)