From 38587145c6744d5127d86ea674c077722bc3467f Mon Sep 17 00:00:00 2001 From: Nautilus <78522210+sudo-nautilus@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:10:17 +0530 Subject: [PATCH] Various fixes This update includes various fixes as well as fork update --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 353b8e8..4a7ba5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }} env: GITHUB_TOKEN: ${{ github.token }} - - name: Prune old releases - run: ./util/prunetags.sh - env: - GITHUB_TOKEN: ${{ github.token }} +# - name: Prune old releases +# run: ./util/prunetags.sh +# env: +# GITHUB_TOKEN: ${{ github.token }}