We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfa8d4 commit 07531a5Copy full SHA for 07531a5
1 file changed
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- v1 # or whatever branch you want to test PRs against
7
push:
8
tags:
9
- - 'v*.*.*' # trigger on new version tags for publishing to npm
+ - '*.*.*-*' # trigger on new version tags for publishing to npm
10
11
jobs:
12
test:
0 commit comments