We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad8b87 commit a93f755Copy full SHA for a93f755
.github/workflows/publish-go-nightly-task.yml
@@ -231,6 +231,7 @@ jobs:
231
232
publish-nightly:
233
runs-on: ubuntu-latest
234
+ environment: production
235
needs:
236
- create-nightly-artifacts
237
- notarize-macos
.github/workflows/release-go-task.yml
@@ -235,6 +235,7 @@ jobs:
create-release:
238
239
240
- create-release-artifacts
241
0 commit comments