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 31fceab commit 26d43f4Copy full SHA for 26d43f4
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
fi
80
81
- name: Sign the executable (macOS)
82
- if: env.SIGN_MACOS == 'true'
+ if: env.SIGN_MACOS == 'true' && runner.os == 'macOS'
83
uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
84
with:
85
certificate: ${{ secrets.MACOS_CERTIFICATE }}
.github/workflows/readme.yml
@@ -35,6 +35,7 @@ jobs:
35
36
fetch-depth: 0
37
token: ${{ steps.app-token.outputs.token }}
38
+ ref: main
39
40
- name: Update the README
41
run: |
0 commit comments