Skip to content

Commit

Permalink
fix: task bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjk committed Nov 17, 2022
1 parent 3860633 commit 4f69f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tasks:
! git status -s | grep -E '^[AM]* '
msg: You must clean your working dir first
cmds:
- SKIP=end-of-file-fixer poetry run semantic-release -D tag_commit=true publish -v DEBUG
- SKIP=end-of-file-fixer poetry run semantic-release -D tag_commit=true publish
- task: publish_gh
- task: publish_pypi
- task: doc:publish_gh
Expand All @@ -129,7 +129,7 @@ tasks:
SKIP=end-of-file-fixer poetry run semantic-release
-D tag_commit=true
-D branch=develop
publish --prerelease -v DEBUG
publish --prerelease
- task: publish_gh
- task: publish_pypi
- task: doc:publish_gh
Expand Down

0 comments on commit 4f69f87

Please sign in to comment.