Skip to content

Commit

Permalink
Fix deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 9, 2021
1 parent ee1d32b commit b61b4a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,11 @@ jobs:
- name: GitHub Release
uses: aio-libs/[email protected]
with:
changes_file: CHANGELOG.md
changes_file: CHANGES.rst
name: aiojobs
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_SDK }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
version_file: aiojobs/__init__.py
head_line: "{version}\\s+\\({date}\\)\n====+\n?"
fix_issue_regex: "\\(\\[#(\\d+)\\]\\(https://github.com/aio-libs/aiojobs/issues/\\\
1\\)\\)"
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiojobs/issues/\\1>`"
fix_issue_repl: "(#\\1)"

0 comments on commit b61b4a9

Please sign in to comment.