Skip to content

Commit

Permalink
Merge pull request #3898 from wikimedia/update-library-github-action
Browse files Browse the repository at this point in the history
Update "delete-tag-and-release' library to v0.2.1 for Github action
  • Loading branch information
dbrant committed Mar 21, 2023
2 parents 6a49ff4 + 40665ed commit 16571e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: git rev-parse HEAD > app/build/outputs/apk/alpha/release/rev-hash.txt
- name: Rename APK to universal
run: mv app/build/outputs/apk/alpha/release/app-alpha-release-signed.apk app/build/outputs/apk/alpha/release/app-alpha-universal-release.apk
- uses: dev-drprasad/delete-tag-and-release@v0.1.2
- uses: dev-drprasad/delete-tag-and-release@v0.2.1
name: Delete latest alpha tag
with:
delete_release: false
Expand Down

0 comments on commit 16571e1

Please sign in to comment.