Delete main.yml

This commit is contained in:
Akilan Selvacoumar
2021-11-04 00:35:05 +04:00
committed by GitHub
parent 006a8a0479
commit ed6d6becc8

View File

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