ci: Use correct branch name for 1.13 nightly test (#13945)

pull/13951/head
Evan Culver 2022-07-28 12:49:15 -04:00 committed by GitHub
parent 6640997fc1
commit d5bd9436d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
env:
EMBER_PARTITION_TOTAL: 4 # Has to be changed in tandem with the matrix.partition
BRANCH: "release/1.13.x"
BRANCH_NAME: "release/1.13.x" # Used for naming artifacts
BRANCH_NAME: "release-1.13.x" # Used for naming artifacts
jobs:
frontend-test-workspace-node: