Skip to content

Commit

Permalink
fix: Fix typo in the release workflow (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 7, 2024
1 parent eaa9a55 commit 16b910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
poetry config pypi-token.pypi ${PYPI_TOKEN}
run: makim release.ci
makim release.ci
# added for documentation
- name: Generate documentation with changes from semantic-release
Expand Down

0 comments on commit 16b910b

Please sign in to comment.