Skip to content

Commit 6e7c090

Browse files
committed
[ci] Prep tagged-release to restore v* auto-releases
1 parent 448dc39 commit 6e7c090

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Creates releases on Curseforge and Github Releases based on v* tags
22
name: Tagged Commit Release
33

4-
on: workflow_dispatch
4+
on:
5+
workflow_dispatch:
6+
push:
7+
tags:
8+
- v**
59

610
jobs:
711
vars:

0 commit comments

Comments
 (0)