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 195fa34 commit 6c7d335Copy full SHA for 6c7d335
.github/workflows/rust-release.yml
@@ -40,6 +40,7 @@ jobs:
40
shell: bash
41
run: |
42
set -euo pipefail
43
+ echo "::add-mask::$APPLE_CODESIGN_IDENTITY"
44
echo "::group::Tag validation"
45
46
# 1. Must be a tag and match the regex
@@ -228,7 +229,7 @@ jobs:
228
229
security find-identity -v -p codesigning "${APPLE_CODESIGN_KEYCHAIN}" || true
230
security find-certificate -a -Z "${APPLE_CODESIGN_KEYCHAIN}" || true
231
echo "::endgroup::"
- if
232
+ fi
233
fi
234
235
for binary in codex codex-responses-api-proxy; do
0 commit comments