Prepare also draft releases when `t` or `c` tags are created
This commit is contained in:
parent
88730dca2a
commit
242bc9d7a8
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
path: build/*.hex
|
path: build/*.hex
|
||||||
|
|
||||||
- name: RELEASE THE KRAKEN
|
- name: RELEASE THE KRAKEN
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/t') || startsWith(github.ref, 'refs/tags/c')
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue