We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e38e63 commit c907e46Copy full SHA for c907e46
.github/workflows/publish.yml
@@ -2,9 +2,9 @@ name: publish
2
on:
3
push:
4
tags:
5
- - "[0-9]+.[0-9]+.[0-9]+" # Push events to matching *, i.e. 1.0, 20.15.10
6
- - "[0-9]+.[0-9]+.[0-9]+rc*" # Push events to matching *rc*, i.e. 1.0rc1, 20.15.10rc5
7
- - "[0-9]+.[0-9]+.[0-9]+b*" # Push events to matching *b*, i.e. 1.0b1, 20.15.10b5
+ - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching *, i.e. 1.0, 20.15.10
+ - "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching *rc*, i.e. v1.0-rc1, v20.15.10-rc5
+ - "v[0-9]+.[0-9]+.[0-9]+-beta*" # Push events to matching *b*, i.e. v1.0-beta1, v20.15.10-beta5
8
9
jobs:
10
publish:
0 commit comments