Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce06c53

Browse files
authored
Fix github release action to trigger on tag creation (coder#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

Lines changed: 2 additions & 2 deletions
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)