goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Fix CI/CD Pipeline #170

Closed goldy1992 closed 1 year ago

goldy1992 commented 1 year ago

Issue 1 - Google Playstore Release uses old commit

WHEN: Semantic Release commits to master with a new release. THEN: The commit ID should be stored and used when the Google Playstore Release workflow checks out the master branch.

Issue 2 - Independent Running Workflows

The build and test steps of the master-build-test-and-release workflow should be extracted to their own workflow so that it can be triggered manually.