Skip to content

Commit 2e62259

Browse files
committed
chore: enable build on version tag
1 parent 7c6907f commit 2e62259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
# tags:
4-
# - 'v*'
3+
tags:
4+
- "v*"
55
jobs:
66
package:
77
strategy:

0 commit comments

Comments
 (0)