From 5770789ddb7148b348bd7de28f1e3afb9f7710f1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 12 Sep 2021 21:40:56 +1000 Subject: [PATCH] more fix --- .github/workflows/version.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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