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 766f1dc commit cac5909Copy full SHA for cac5909
.github/workflows/release-milestone.yml
@@ -2,8 +2,8 @@ name: Release Milestone
2
on:
3
push:
4
tags:
5
- - v1.4.0-M[1-9]
6
- - v1.4.0-RC[1-9]
+ - v2.0.0-M[1-9]
+ - v2.0.0-RC[1-9]
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
jobs:
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
- - v1.4.[0-9]+
+ - v2.0.[0-9]+
0 commit comments