Skip to content

Commit a1b74a4

Browse files
authored
Update create-release.yml
1 parent 2d3cb27 commit a1b74a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Create Release
33
on:
44
push:
55
branches: [ "master" ]
6-
# tags:
7-
# - 'v*' # Trigger on version tags like v1.0.0
6+
tags:
7+
- 'v*' # Trigger on version tags like v1.0.0
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)