Skip to content

Commit 2585322

Browse files
committed
workflow: fix tags
1 parent f5ef7fa commit 2585322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CHANGELOG
22

33
on:
44
push:
5-
# tags:
6-
# - "v*"
5+
tags:
6+
- "v*"
77
# - v[0-9]+.[0-9]+.[0-9]+
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)