Skip to content

Commit 07531a5

Browse files
committed
V1
1 parent 3cfa8d4 commit 07531a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v1 # or whatever branch you want to test PRs against
77
push:
88
tags:
9-
- 'v*.*.*' # trigger on new version tags for publishing to npm
9+
- '*.*.*-*' # trigger on new version tags for publishing to npm
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)