We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9634c3f commit 73525c9Copy full SHA for 73525c9
.github/workflows/release-rc.yaml
@@ -1,9 +1,9 @@
1
-name: Release to NPM when a tag is pushed
+name: Publishing Release Candidate
2
3
on:
4
push:
5
tags:
6
- - "v*.*.*-rc.*"
+ - "v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+"
7
8
jobs:
9
release:
.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: Release to NPM when a tag is pushed
- - "v*.*.*"
+ - "v[0-9]+.[0-9]+.[0-9]+"
0 commit comments