We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934dd0b commit fc99916Copy full SHA for fc99916
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
CGO_ENABLED: 0
47
48
runs-on: ${{ matrix.os }}
49
+ environment: production
50
permissions:
51
contents: write
52
id-token: write # This is required for requesting the JWT
@@ -234,6 +235,7 @@ jobs:
234
235
env:
236
GON_PATH: ${{ github.workspace }}/gon
237
needs: [build, create-macos-bundle]
238
239
240
241
0 commit comments