Prepare also draft releases when `t` or `c` tags are created

This commit is contained in:
3d-gussner 2025-04-16 07:20:29 +02:00
parent 88730dca2a
commit 242bc9d7a8
1 changed files with 1 additions and 1 deletions

View File

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