Skip to content

Commit 04c5a43

Browse files
Print User
1 parent c5ef654 commit 04c5a43

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/mac-resign.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,15 @@ jobs:
8888
env:
8989
AC_USER: ${{ secrets.AC_USER }}
9090
run: |
91+
echo "=== Verifying AC_PASSWORD is set ==="
92+
echo "AC_PASSWORD length: ${#AC_PASSWORD}"
93+
echo "AC_PASSWORD value: $AC_PASSWORD"
94+
echo ""
9195
echo "=== Verifying Apple notarization credentials ==="
9296
xcrun notarytool history \
9397
--apple-id "$AC_USER" \
9498
--password "$AC_PASSWORD" \
95-
--team-id "Z68SAQG5BR" \
96-
--limit 1
99+
--team-id "Z68SAQG5BR"
97100
98101
- name: Run GoReleaser
99102
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757

0 commit comments

Comments
 (0)