Skip to content

Commit

Permalink
fix: run semantic release through poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Jun 9, 2022
1 parent 7f41431 commit 5f9a58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "action@github.com"
semantic-release publish -D commit_author="github-actions <action@github.com>"
poetry run semantic-release publish -D commit_author="github-actions <action@github.com>"
env:
GH_TOKEN: ${{secrets.AST_SELECTOR_GITHUB_TOKEN}}
PYPI_TOKEN: ${{secrets.PYPI_TOKEN}}

0 comments on commit 5f9a58e

Please sign in to comment.