From 9dbbe924c5e54b5dbe486873a9b31a28127c8e62 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Jan 2022 21:59:10 +0100 Subject: [PATCH] Remove GitHub Action latest-tag (#4135) Did not work, maybe due to bad configuration. I am doing it manually for now. Another option welcome --- .github/workflows/latest.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/latest.yml diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml deleted file mode 100644 index 0c6c5bdbd..000000000 --- a/.github/workflows/latest.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Add latest tag to new release -on: - release: - types: [published] - -jobs: - run: - name: Run local action - runs-on: ubuntu-latest - steps: - - name: Run latest-tag - uses: EndBug/latest-tag@6d22a6738f5c33059e3a8c6ca5dcf8eaf8a14599