diff options
author | saturneric <[email protected]> | 2025-05-01 17:55:32 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 17:55:32 +0000 |
commit | 1e5247eba932ed3e63b7503520aa7930db2f765e (patch) | |
tree | 289ff158b0fc2b2e2d11ba73acb22078481d733c | |
parent | fix: update dependencies of deb and rpm (diff) | |
download | GpgFrontend-1e5247eba932ed3e63b7503520aa7930db2f765e.tar.gz GpgFrontend-1e5247eba932ed3e63b7503520aa7930db2f765e.zip |
fix: nightly ci syntax
-rw-r--r-- | .github/workflows/testing-nightly.yml | 2 |
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 }} |