Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
taalexander committed Jan 3, 2024
1 parent 516fa0c commit 5cb699c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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())"`
Expand Down

0 comments on commit 5cb699c

Please sign in to comment.