delete create-release-on-tag

This commit is contained in:
Julien Fastré 2023-11-22 15:32:28 +00:00
parent 4ef93ef722
commit cb3ac56084
1 changed files with 0 additions and 16 deletions

View File

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