Skip to content
name: Android - Deploy Staging build to Firebase
on:
push:
branches:
- develop
- chore/198-test-merge-1
- test-lucas
jobs:
build_and_deploy_android:
name: Android - Deploy Staging build to Firebase
runs-on: ubuntu-latest
environment: staging
timeout-minutes: 30
steps:
- name: Check out
uses: actions/checkout@v3
# - name: Get PR information
# uses: 8BitJonny/[email protected]
# id: PR
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
configuration: "configuration.json"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print release notes
run: |
echo ${{ steps.build_changelog.outputs.changelog }}