Use the correct branch name for backporting into v1.0 #674

Merged
lhchavez merged 1 commits from fix-backport into master 2020-11-02 21:15:32 -06:00
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