diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 63a3fd4900..c45b319fb9 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -17,8 +17,8 @@ jobs: 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 + - 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