From fd192b65bf97cf68d9ca1459c8eea8ee848168d6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 12 Sep 2021 21:37:30 +1000 Subject: [PATCH] workflow fix --- .github/workflows/version.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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