Skip to content

Commit

Permalink
🧪 Normalize issue refs @ release action
Browse files Browse the repository at this point in the history
This merely syncs the YAML syntax with other repos.
  • Loading branch information
webknjaz committed Feb 1, 2024
1 parent 74840e8 commit 7b04a64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
artifact: >-
${{ needs.pre-setup.outputs.dists-artifact-name }}
fix_issue_regex: ":issue:`(\\d+)`"
fix_issue_repl: "(#\\1)"
fix_issue_regex: >-
:issue:`(\d+)`
fix_issue_repl: >-
#\1
- name: >-
Publish 🐍📦 to PyPI
Expand Down

0 comments on commit 7b04a64

Please sign in to comment.