Skip to content

Commit 242bc9d

Browse files
committed
Prepare also draft releases when t or c tags are created
1 parent 88730dc commit 242bc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: build/*.hex
7272

7373
- name: RELEASE THE KRAKEN
74-
if: startsWith(github.ref, 'refs/tags/v')
74+
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/t') || startsWith(github.ref, 'refs/tags/c')
7575
uses: "marvinpinto/action-automatic-releases@latest"
7676
with:
7777
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)