Skip to content

Commit 4c589b4

Browse files
committed
[CI] Adjust tags to "v2.*.*" for NPM auto-releases
1 parent af16ce1 commit 4c589b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-npm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release on NPM
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
6+
- 'v2.*.*'
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)