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 }}