Skip to content

Commit

Permalink
fix(actions): fix github actions with new main location
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal authored and relekang committed Jan 8, 2021
1 parent 512e3d9 commit 6666672
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 @@ -14,5 +14,5 @@ git config --global user.name "github-actions"
git config --global user.email "action@github.com"

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

0 comments on commit 6666672

Please sign in to comment.