Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Nov 27, 2024
1 parent d6162ce commit 077f54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v5
- name: Test changelog & version python tests/test_changelog_and_version.py --ensure-tag
run: python3 tests/check_changelog_and_version.py
- name: Test changelog & version
run: python tests/check_changelog_and_version.py

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 077f54e

Please sign in to comment.