From 5f0bbb3e995c51ab694b3d80e6c6783ae109a16a Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Fri, 20 Dec 2019 22:20:33 +0100 Subject: [PATCH] Remove latest-tag --- .github/workflows/latest.yml | 18 ------------------ 1 file changed, 18 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 2310e40..0000000 --- a/.github/workflows/latest.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Add latest tag to new release -on: - release: - types: [published] - -jobs: - run: - name: Add/update tag to new release - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@master - - - name: Run latest-tag - uses: EndBug/latest-tag@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file