mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-01 03:25:33 -05:00
Update master-apk-create.yml
This commit is contained in:
committed by
GitHub
parent
690fee3c7c
commit
a409253a27
@@ -25,23 +25,7 @@ jobs:
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
- name: Build APK ⚙️🛠
|
||||
run: bash ./gradlew assembleStagingDebug
|
||||
|
||||
- name: 🏗 Master Bump App Version
|
||||
id: bump-app-version
|
||||
run: |
|
||||
newVersion=$(bash ./scripts/masterVersion.sh)
|
||||
echo "::newVersion::$newVersion"
|
||||
echo "newVersion=$newVersion" >> "$GITHUB_OUTPUT"
|
||||
env:
|
||||
TYPE: ${{ inputs.type }}
|
||||
RELEASE_NOTES: ${{ inputs.releaseNote }}
|
||||
|
||||
- name: Git push tag
|
||||
run: |
|
||||
git tag -a latest-master -m "Release version ${{ steps.bump-app-version.outputs.newVersion }}" -f
|
||||
git push origin latest-master -f
|
||||
|
||||
run: bash ./gradlew assembleStagingDebug
|
||||
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
|
||||
Reference in New Issue
Block a user