Skip to content

Commit

Permalink
fix: Set correct path for venv in action script
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Apr 3, 2021
1 parent b508ea9 commit aac02b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ git config --global user.name "github-actions"
git config --global user.email "action@github.com"

# Run Semantic Release
.venv/bin/python -m semantic_release publish -v DEBUG \
../.venv/bin/python -m semantic_release publish -v DEBUG \
-D commit_author="github-actions <action@github.com>"

0 comments on commit aac02b5

Please sign in to comment.