Skip to content

Commit

Permalink
Maybe will work like this...
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Sep 8, 2023
1 parent 54fcbee commit 7c4fd1e
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 @@ -129,8 +129,8 @@ jobs:
sleep 5
fi
done
app-store-connect builds submit-to-app-store --cancel-previous-submissions --platform=MAC_OS --version-string="1.0.${{ github.run_number }}" --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`" --version-string="1.0.${{ github.run_number }}" $BUILD_ID
app-store-connect builds submit-to-testflight $BUILD_ID || true
app-store-connect builds submit-to-app-store --cancel-previous-submissions --platform=MAC_OS --version-string="1.0.${{ github.run_number }}" --whats-new="Compiled from `git log --pretty=format:%s --oneline --ancestry-path HEAD~1..HEAD`" --version-string="1.0.${{ github.run_number }}" $BUILD_ID
build-ios:
runs-on: macos-latest
env:
Expand Down

0 comments on commit 7c4fd1e

Please sign in to comment.