diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c69f93c..47a719b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,4 +85,17 @@ jobs: echo "Previous step succeeded, when it shouldn't" exit 1 fi + - name: Upload artifact to Firebase Distribution with bullet points release notes + uses: ./ + with: + appId: ${{secrets.FIREBASE_APP_ID}} + token: ${{secrets.FIREBASE_TOKEN}} + groups: Testers + releaseNotes: | + " + - Feature 1 + - Feature 2 + - Bugfix 3 + " + file: ApiDemos-debug.apk