Browse Source

Fix publish branches check (#5421)

pull/5429/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
79a634456e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-web.yml

2
.github/workflows/build-web.yml

@ -160,7 +160,7 @@ jobs: @@ -160,7 +160,7 @@ jobs:
- name: Check Branch to Publish
env:
PUBLISH_BRANCHES: "master,rc,hotfix-rc"
PUBLISH_BRANCHES: "master,rc,hotfix-rc-web"
id: publish-branch-check
run: |
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES

Loading…
Cancel
Save