From a23223ca1ac3fac88f06ed1e1be15afcde1eb185 Mon Sep 17 00:00:00 2001 From: Nautilus <78522210+sudo-nautilus@users.noreply.github.com> Date: Wed, 28 Apr 2021 08:07:26 +0530 Subject: [PATCH] Attempt To Fix Syntax --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f84a62..d1d64d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -152,7 +152,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: + - name: Prune old releases + run: ./util/prunetags.sh + env: GITHUB_TOKEN: ${{ github.token }}