Skip to content

Commit

Permalink
Publish automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka committed Aug 28, 2023
1 parent 4a74a0f commit b74327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@
| xargs)
xcrun productsign --sign "$INSTALLER_CERT_NAME" unsigned.pkg "$PACKAGE_NAME"
rm -f unsigned.pkg
app-store-connect publish --path "$PACKAGE_NAME" --testflight --expire-build-submitted-for-review --app-store --cancel-previous-submissions --release-type=AFTER_APPROVAL --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`"
app-store-connect publish --path "$PACKAGE_NAME" --testflight --expire-build-submitted-for-review --app-store --cancel-previous-submissions --release-type=AFTER_APPROVAL --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`" --version-string="1.0.${{ github.run_number }}" --max-build-processing-wait 3600
keychain use-login

0 comments on commit b74327c

Please sign in to comment.