Skip to content

Commit

Permalink
chore(deps): update ncipollo/release-action action to v1.16.0 (#818)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent df5052d commit 84aa84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Update debug release
if: (github.event_name == 'push' && github.ref == 'refs/heads/develop')
uses: ncipollo/release-action@v1.15.0
uses: ncipollo/release-action@v1.16.0
with:
tag: debug
name: Debug APK
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
tag_name: release

- name: Update signed release
uses: ncipollo/release-action@v1.15.0
uses: ncipollo/release-action@v1.16.0
with:
tag: release
name: Signed release APK
Expand Down

0 comments on commit 84aa84e

Please sign in to comment.