We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26ba7a commit c4bcf75Copy full SHA for c4bcf75
.github/workflows/insider.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- name: Submit for Notarization
103
run: |
104
- xcrun notarytool submit Planet-Insider.zip --apple-id ${{ secrets.NOTARIZE_USERNAME }} --password ${{ secrets.NOTARIZE_PASSWORD }} --team-id ${{ secrets.TEAM_ID }} --wait --timeout 10m --verbose
+ xcrun notarytool submit Planet-Insider.zip --apple-id ${{ secrets.NOTARIZE_USERNAME }} --password ${{ secrets.NOTARIZE_PASSWORD }} --team-id ${{ secrets.TEAM_ID }} --wait --timeout 30m --verbose
105
106
- name: Staple
107
Planet/versioning.xcconfig
@@ -1 +1 @@
1
-CURRENT_PROJECT_VERSION = 2322
+CURRENT_PROJECT_VERSION = 2323
0 commit comments