Skip to content

Commit f89a467

Browse files
committed
update compat workflow tags to v0.11.0-rc1
1 parent 18fb231 commit f89a467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
uses: ./.github/workflows/reusable_compatibility.yml
101101
strategy:
102102
matrix:
103-
tag: ["v0.11.0-dev1"]
103+
tag: ["v0.11.0-rc1"]
104104
with:
105105
tag: ${{matrix.tag}}

.github/workflows/reusable_compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
tag:
1010
description: Check backward compatibility with this tag
1111
type: string
12-
default: "v0.11.0-dev1"
12+
default: "v0.11.0-rc1"
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)