Skip to content

Commit 8f24c6a

Browse files
authored
Create release on tag
Signed-off-by: GitHub <noreply@github.com>
1 parent f20d977 commit 8f24c6a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release Changes
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
tags:
6+
- "v*.*.*"
57

68
permissions:
79
contents: write

0 commit comments

Comments
 (0)