Skip to content

Commit

Permalink
ci(cd): update semantic-release entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Sep 21, 2022
1 parent 4efcd78 commit ad4d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
python -m semantic-release publish -D commit_author="github-actions <github-actions@github.com>" -v DEBUG
python -m poetry run semantic-release publish -D commit_author="github-actions <github-actions@github.com>" -v DEBUG
- name: Build package
id: build-package
Expand Down

0 comments on commit ad4d9f9

Please sign in to comment.