diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 40e5ec5..80690d4 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -196,6 +196,6 @@ jobs: if: env.UPLOAD_RELEASE == 'true' && !cancelled() with: keep_latest: 6 - delete_tags: true + delete_tags: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}