aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 17:55:32 +0000
committersaturneric <[email protected]>2025-05-01 17:55:32 +0000
commit1e5247eba932ed3e63b7503520aa7930db2f765e (patch)
tree289ff158b0fc2b2e2d11ba73acb22078481d733c
parentfix: update dependencies of deb and rpm (diff)
downloadGpgFrontend-1e5247eba932ed3e63b7503520aa7930db2f765e.tar.gz
GpgFrontend-1e5247eba932ed3e63b7503520aa7930db2f765e.zip
fix: nightly ci syntax
-rw-r--r--.github/workflows/testing-nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml
index 5e809c96..b9232479 100644
--- a/.github/workflows/testing-nightly.yml
+++ b/.github/workflows/testing-nightly.yml
@@ -363,7 +363,7 @@ jobs:
run: echo "title=Nightly Build $(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Delete Old Nightly Release
- - run: gh release delete --cleanup-tag --yes nightly
+ run: gh release delete --cleanup-tag --yes nightly
env:
GH_TOKEN: ${{ secrets.USER_GITHUB_TOKEN }}