We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fb231 commit f89a467Copy full SHA for f89a467
.github/workflows/pr_push.yml
@@ -100,6 +100,6 @@ jobs:
100
uses: ./.github/workflows/reusable_compatibility.yml
101
strategy:
102
matrix:
103
- tag: ["v0.11.0-dev1"]
+ tag: ["v0.11.0-rc1"]
104
with:
105
tag: ${{matrix.tag}}
.github/workflows/reusable_compatibility.yml
@@ -9,7 +9,7 @@ on:
9
tag:
10
description: Check backward compatibility with this tag
11
type: string
12
- default: "v0.11.0-dev1"
+ default: "v0.11.0-rc1"
13
14
permissions:
15
contents: read
0 commit comments