Skip to content

Commit

Permalink
tests: add testcase for multiline release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 20, 2023
1 parent 4058af7 commit ece9469
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ece9469

Please sign in to comment.