Skip to content

Commit b04f9e3

Browse files
committed
build-and-sign-mac requires environment release
1 parent c6137dd commit b04f9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ jobs:
224224
build-and-sign-mac:
225225
name: Build app and sign (MacOS)
226226
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
227228
needs: go-test
228229
runs-on: macos-latest # for codesign and notarytool
229230
steps:

0 commit comments

Comments
 (0)