mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47:51 +01:00
Delete main.yml
This commit is contained in:
committed by
GitHub
parent
006a8a0479
commit
ed6d6becc8
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user