Skip to content

Commit

Permalink
fix: Add venv to path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Apr 3, 2021
1 parent 93665b7 commit 583c5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.sh
Expand Up @@ -7,6 +7,7 @@ export GH_TOKEN="${INPUT_GITHUB_TOKEN}"
export PYPI_TOKEN="${INPUT_PYPI_TOKEN}"
export PYPI_USERNAME="${INPUT_PYPI_USERNAME}"
export PYPI_PASSWORD="${INPUT_PYPI_PASSWORD}"
export PATH="${PATH}:/semantic-release/.venv/bin"

# Change to configured directory
cd "${INPUT_DIRECTORY}"
Expand Down

0 comments on commit 583c5a1

Please sign in to comment.