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 08f8bec commit 4a74a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/publish-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
APP_STORE_CONNECT_KEY_IDENTIFIER: ${{ secrets.APP_STORE_CONNECT_KEY_IDENTIFIER }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 100
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.6' # https://github.com/flutter/flutter/issues/132725
Expand Down Expand Up @@ -124,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"
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`"
keychain use-login

0 comments on commit 4a74a0f

Please sign in to comment.