Skip to content

Commit 2a744ad

Browse files
committed
retry
1 parent a4d14f4 commit 2a744ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
13+
runs-on: 'macos-latest'
1414
if: ${{ github.repository_owner == 'coder' }}
1515
env:
1616
CERT_PATH: /tmp/apple_cert.p12
@@ -48,7 +48,6 @@ jobs:
4848
echo "$APPLE_CERT" | base64 -d > "$CERT_PATH"
4949
echo "$APP_PROF" | base64 -d > "$APP_PROF_PATH"
5050
echo "$EXT_PROF" | base64 -d > "$EXT_PROF_PATH"
51-
echo $CERT_PASSWORD | wc -c
5251
set -x
5352
security create-keychain -p "" "$KEYCHAIN_PATH"
5453
security set-keychain-settings -lut 21600 "$KEYCHAIN_PATH"

0 commit comments

Comments
 (0)