delete create-release-on-tag
This commit is contained in:
parent
4ef93ef722
commit
cb3ac56084
@ -1,16 +0,0 @@
|
|||||||
name: Create release
|
|
||||||
run-name: Create release on tag
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
create-release:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: release
|
|
||||||
uses: https://github.com/softprops/action-gh-release@v1
|
|
||||||
with:
|
|
||||||
body_path: ${{ github.workspace }}/.changes/v${{ github.ref }}.md
|
|
Loading…
Reference in New Issue
Block a user