Skip to content

Commit

Permalink
update deploy-release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed May 21, 2024
1 parent ce79f09 commit 42a8c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: [Build-Apk]
steps:
- uses: actions/checkout@v3
- name: Read version name from file
working-directory: ./gradle
id: read-version
Expand All @@ -75,6 +76,7 @@ jobs:
runs-on: ubuntu-latest
needs: [Build-Apk]
steps:
- uses: actions/checkout@v3
- name: Read version name from file
working-directory: ./gradle
id: read-version
Expand All @@ -83,6 +85,8 @@ jobs:
- name: Github Patch Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
draft: true
generateReleaseNotes: true
name: "Android Capture App for DHIS 2 (v${{ inputs.release_tag_name }}) - Patch version"
tag: ${{ inputs.release_tag_name }}
Expand All @@ -92,6 +96,8 @@ jobs:
- name: Github New Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
draft: true
generateReleaseNotes: true
name: "Android Capture App for DHIS 2 (v${{ inputs.release_tag_name }})"
tag: ${{ inputs.release_tag_name }}
Expand Down

0 comments on commit 42a8c19

Please sign in to comment.