Skip to content

Commit

Permalink
fix(ci): use with
Browse files Browse the repository at this point in the history
  • Loading branch information
fronbasal committed Jul 31, 2023
1 parent a22f8c1 commit 2cea05c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install poetry
run: pip install poetry
- uses: psf/black@stable
src: "./seppmail_converter"
with:
src: "./seppmail_converter"
- uses: bjoluc/semantic-release-config-poetry@v2
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 2cea05c

Please sign in to comment.