Skip to content

Commit

Permalink
fix: remove steps
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Jul 24, 2024
1 parent 7de57f4 commit f669d90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
echo version: ${{ steps.package_json.outputs.version }}
echo "********* END RELEASE REF ************"
- name: Prepare for app notarization (MacOS)
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS
run: |
mkdir -p ~/private_keys/
echo '${{ secrets.mac_api_key_2024 }}' > ~/private_keys/AuthKey_${{ secrets.mac_api_key_id_2024 }}.p8
# - name: Prepare for app notarization (MacOS)
# if: startsWith(matrix.os, 'macos')
# # Import Apple API key for app notarization on macOS
# run: |
# mkdir -p ~/private_keys/
# echo '${{ secrets.mac_api_key_2024 }}' > ~/private_keys/AuthKey_${{ secrets.mac_api_key_id_2024 }}.p8

- name: Check notarytool
run: xcrun notarytool help
Expand Down

0 comments on commit f669d90

Please sign in to comment.