From 11d09eba871934f6fd2ad79a7c4f1474fcf75735 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 11 Jul 2022 08:52:52 +0100 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/release.yml | 19 ------------------- 1 file changed, 19 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 cd2948c..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Name of the workflow -name: Release - -# Run on every commit tag which begins with "v" (e.g., "v0.1.4") -on: - push: - tags: - - "v*" - -# Automatically create a GitHub Release, with release details specified (the relevant commits) -jobs: - release: - name: "Release" - runs-on: "ubuntu-latest" - steps: - - uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.RELEASE_TOKEN}}" - prerelease: false