Skip to content

Commit

Permalink
[skip-changelog] fixup, use environment (#2542)
Browse files Browse the repository at this point in the history
* [skip-changelog] fixup, use environment

* Apply suggestions from code review

Co-authored-by: Massimo Schenone <1193386+mschenone@users.noreply.github.com>

---------

Co-authored-by: Massimo Schenone <1193386+mschenone@users.noreply.github.com>
  • Loading branch information
umbynos and mschenone committed Feb 16, 2024
1 parent 2ad8b87 commit a93f755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-go-nightly-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:

publish-nightly:
runs-on: ubuntu-latest
environment: production
needs:
- create-nightly-artifacts
- notarize-macos
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:

create-release:
runs-on: ubuntu-latest
environment: production
needs:
- create-release-artifacts
- notarize-macos
Expand Down

0 comments on commit a93f755

Please sign in to comment.