Use the correct branch name for backporting into v1.0

This change uses the correct branch name (`release-1.0`) to backport
changes into the v1.0 branch.
This commit is contained in:
lhchavez 2020-11-02 18:49:25 -08:00
parent c3664193f3
commit 25e595284b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ]
branch: [ 'release-1.0', 'release-0.28', 'release-0.27' ]
runs-on: ubuntu-20.04