Skip to content

Commit fc99916

Browse files
committed
fix environment
1 parent 934dd0b commit fc99916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
CGO_ENABLED: 0
4747

4848
runs-on: ${{ matrix.os }}
49+
environment: production
4950
permissions:
5051
contents: write
5152
id-token: write # This is required for requesting the JWT
@@ -234,6 +235,7 @@ jobs:
234235
env:
235236
GON_PATH: ${{ github.workspace }}/gon
236237
needs: [build, create-macos-bundle]
238+
environment: production
237239
permissions:
238240
contents: write
239241
id-token: write # This is required for requesting the JWT

0 commit comments

Comments
 (0)