We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f44880 commit 51b93cbCopy full SHA for 51b93cb
.github/workflows/release-milestone.yml
@@ -2,8 +2,8 @@ name: Release Milestone
2
on:
3
push:
4
tags:
5
- - v3.4.0-M[0-9]
6
- - v3.4.0-RC[0-9]
+ - v3.5.0-M[0-9]
+ - v3.5.0-RC[0-9]
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}
9
jobs:
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
- - v3.4.[0-9]+
+ - v3.5.[0-9]+
0 commit comments