diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index c45b319fb9..43dca6f8ef 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -16,9 +16,9 @@ jobs: check: runs-on: ubuntu-latest - steps: - - name: Checkout Code - uses: actions/checkout@v2 - - name: Check version number - run: | - python3 ci/check_version_number.py --branch ${GITHUB_REF##*/} \ No newline at end of file + steps: + - name: Checkout Code + uses: actions/checkout@v2 + - name: Check version number + run: | + python3 ci/check_version_number.py --branch ${GITHUB_REF##*/} \ No newline at end of file