Skip to content

Commit 77460dd

Browse files
authored
Use the correct branch name for backporting into v1.0 (#674)
This change uses the correct branch name (`release-1.0`) to backport changes into the v1.0 branch.
1 parent c366419 commit 77460dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
15+
branch: [ 'release-1.0', 'release-0.28', 'release-0.27' ]
1616

1717
runs-on: ubuntu-20.04
1818

0 commit comments

Comments
 (0)