Skip to content

Commit

Permalink
πŸ›πŸ§ͺ Fix issue replacement in changelog @ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 20, 2023
1 parent c2ab1e9 commit 1addb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ jobs:
version_file: yarl/__init__.py
github_token: ${{ secrets.GITHUB_TOKEN }}
fix_issue_regex: >-
:issue:`\d+`
:issue:`(\d+)`
fix_issue_repl: >-
(#\1)
#\1
- name: >-
Publish πŸπŸ“¦ to PyPI
Expand Down

0 comments on commit 1addb55

Please sign in to comment.