From 5cb699c6f3c2641693c883374923fde12ff8ae4a Mon Sep 17 00:00:00 2001 From: Thomas Alexander Date: Wed, 3 Jan 2024 15:41:24 -0400 Subject: [PATCH] Fix typo. --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9d5bd8f9..46f52c4c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,8 +44,7 @@ jobs: if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'no-reno') env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - run: ./.github/renos_updated.ch - + run: ./.github/renos_updated.sh - name: Export QSSC_VERSION from Git version tag run: | version=`python -c "from setuptools_scm import get_version; print(get_version())"`