From 90d56247189d959c80f94e4f047e8ef64a178337 Mon Sep 17 00:00:00 2001 From: Sriramajeyam Sugumaran Date: Mon, 29 Jun 2020 18:32:42 +0100 Subject: [PATCH] Remove relase pipeline --- .github/workflows/release.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/release.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml deleted file mode 100644 index de045c0..0000000 --- a/.github/workflows/release.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Release - -on: - push: - tags: - - 'v*' - -jobs: - build: - name: Create Release - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - run: | - echo "cleanup"; - rm -rf src/; - name: Cleanup - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false - prerelease: false \ No newline at end of file