Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit ce06c53

Browse files
authored
Fix github release action to trigger on tag creation (#184)
1 parent 81537c5 commit ce06c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
2-
push:
2+
create:
33
tags: "v*"
4-
name: Create Github Release
4+
name: create_github_release
55
jobs:
66
build:
77
name: Create Release

0 commit comments

Comments
 (0)