Skip to content

Commit a93f755

Browse files
umbynosmschenone
andauthored
[skip-changelog] fixup, use environment (#2542)
* [skip-changelog] fixup, use environment * Apply suggestions from code review Co-authored-by: Massimo Schenone <[email protected]> --------- Co-authored-by: Massimo Schenone <[email protected]>
1 parent 2ad8b87 commit a93f755

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/publish-go-nightly-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ jobs:
231231

232232
publish-nightly:
233233
runs-on: ubuntu-latest
234+
environment: production
234235
needs:
235236
- create-nightly-artifacts
236237
- notarize-macos

Diff for: .github/workflows/release-go-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235

236236
create-release:
237237
runs-on: ubuntu-latest
238+
environment: production
238239
needs:
239240
- create-release-artifacts
240241
- notarize-macos

0 commit comments

Comments
 (0)