From 1702d43f807f76c596e12a98265fc439a86a55a2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 6 Jul 2021 14:34:23 +0200 Subject: [PATCH] Delete releases.yml [ci skip] --- .github/workflows/releases.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/releases.yml diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml deleted file mode 100644 index ed24a8286..000000000 --- a/.github/workflows/releases.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Releases - -on: - push: - branches: - - "!*" - tags: - - "V*" - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: ncipollo/release-action@v1.8.6 - with: - artifacts: "README.md,LICENSE.md" - token: ${{ secrets.DEPLOY }}