Releases: nickwph/firebase-app-distribution-action
Releases · nickwph/firebase-app-distribution-action
v1.2.1
- Fixed and use GitHub provided tempory directory.
v1.2.0
Added parameters to support for Google service account.
credentials
: Content of the credential file.credentials-file
: Path to the predefined credentials file.
v1.1.0
Added parameters cache
and upgrade
.
cache
: Whether to cache the firebase tools for next job, keeping this true will speed up the build.upgrade
: Whether to attempt to upgrade firebase tools when cache is on, turning this false will speed up the build.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
First release.