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 4fd2a2b commit 6a670caCopy full SHA for 6a670ca
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- "v[0-9]+.[0-9]+.[0-9]+"
7
+ - "v[0-9]+.[0-9]+.[0-9]+-M[0-9]+"
8
+ - "v[0-9]+.[0-9]+.[0-9]+-RC[0-9]+"
9
10
env:
11
CARGO_INCREMENTAL: 0
0 commit comments