set BRANCH_NAME to release-1.15.x (#16374)

This commit is contained in:
Curt Bushko 2023-02-22 15:59:56 -05:00 committed by GitHub
parent 518974934f
commit a90d789a13
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.15.x"
BRANCH_NAME: "release/1.15.x" # Used for naming artifacts
BRANCH_NAME: "release-1.15.x" # Used for naming artifacts
jobs:
frontend-test-workspace-node: