Test #release
This commit is contained in:
parent
c8e9d5c321
commit
be8efc4a79
|
|
@ -2,7 +2,6 @@ name: release
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
@ -114,10 +113,13 @@ jobs:
|
|||
*.zip
|
||||
|
||||
- name: Create release
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
if: contains(github.event.head_commit.message, '#release')
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
*.zip
|
||||
*.deb
|
||||
*.tar.gz
|
||||
*.zip
|
||||
name: "#release"
|
||||
tag_name: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue