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 c6137dd commit b04f9e3Copy full SHA for b04f9e3
.github/workflows/go.yml
@@ -224,6 +224,7 @@ jobs:
224
build-and-sign-mac:
225
name: Build app and sign (MacOS)
226
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' # only run this step on tagged commits or the main branch
227
+ environment: release
228
needs: go-test
229
runs-on: macos-latest # for codesign and notarytool
230
steps:
0 commit comments