From 4942cacc7fe3008821606ef072f465fcd5cc7c8d Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:39:24 +0100 Subject: [PATCH] Fix --- .github/workflows/release.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 8410ea0..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: "Release" - -on: - push: - branches: - - "master" - -jobs: - pre-release: - name: "Pre Release" - runs-on: "ubuntu-latest" - - steps: - - uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" - prerelease: false - title: "Latest release" - files: | - ./bot.json