Browse Source

Test value

pull/36/head
Micaiah Martin 3 years ago
parent
commit
35e1d22cf1
  1. 2
      .github/workflows/update-versions.yml

2
.github/workflows/update-versions.yml

@ -8,7 +8,7 @@ on:
jobs: jobs:
setup: setup:
name: Setup name: Setup
if: github.ref_name == 'master' || github.ref_name == 'rc' || github.ref_name == 'hotfix' if: github.ref_name == 'DEVOPS-873-update-self-host-update-version-to-support-monorepo' || github.ref_name == 'rc' || github.ref_name == 'hotfix'
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
outputs: outputs:
core_version: ${{ steps.get-core.outputs.version }} core_version: ${{ steps.get-core.outputs.version }}

Loading…
Cancel
Save