From 5f9a58e56f49c87772c8cb3c24698e7791e997c3 Mon Sep 17 00:00:00 2001 From: Guilherme Latrova Date: Thu, 9 Jun 2022 19:01:40 -0300 Subject: [PATCH] fix: run semantic release through poetry --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c6a751..de6c28d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 " + poetry run semantic-release publish -D commit_author="github-actions " env: GH_TOKEN: ${{secrets.AST_SELECTOR_GITHUB_TOKEN}} PYPI_TOKEN: ${{secrets.PYPI_TOKEN}}