From ed6d6becc892c669b77293355cd5959d82a5df38 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Thu, 4 Nov 2021 00:35:05 +0400 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 99e02ee..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Core Release -on: - create: -jobs: - release: - name: Release - runs-on: ubuntu-latest - steps: - - name: Create a release draft for a version tag - id: create-release-draft - uses: ecampidoglio/auto-release-draft@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Print the URL of the release draft - if: steps.create-release-draft.outputs.release-url != '' - run: echo ${{ steps.create-release-draft.outputs.release-url }}