Skip to content

Commit

Permalink
Workflow: delete Nightly release before creating a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Nov 27, 2024
1 parent cd402b2 commit 659c3bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ jobs:
DATE=$(date +'%Y%m%d')
mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/OSMTracker-nightly-$DATE.apk
- name: Create or Update GitHub Nightly Release
- name: Delete existing Nightly release
if: success()
run: |
gh release delete nightly --yes
- name: Create GitHub Nightly Release
if: success()
uses: softprops/[email protected]
with:
Expand Down

0 comments on commit 659c3bf

Please sign in to comment.