aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 17:34:56 +0000
committersaturneric <[email protected]>2025-05-01 17:34:56 +0000
commitc678b1c92d45e5e61a67825cd25a56e359afff2f (patch)
treea57053ac07c6ae19d08c860cc7df926cae88aec4
parentfeat: add title to nightly release (diff)
downloadGpgFrontend-c678b1c92d45e5e61a67825cd25a56e359afff2f.tar.gz
GpgFrontend-c678b1c92d45e5e61a67825cd25a56e359afff2f.zip
fix: delete old nightly release
Diffstat (limited to '')
-rw-r--r--.github/workflows/testing-nightly.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml
index f9b464fd..5e809c96 100644
--- a/.github/workflows/testing-nightly.yml
+++ b/.github/workflows/testing-nightly.yml
@@ -362,6 +362,11 @@ jobs:
id: release_title
run: echo "title=Nightly Build $(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
+ - name: Delete Old Nightly Release
+ - run: gh release delete --cleanup-tag --yes nightly
+ env:
+ GH_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}
+
- name: Update Nightly Release
uses: softprops/action-gh-release@v2
env: