Skip to content

Commit

Permalink
build: Fix make_release.sh correct order of params
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Aug 4, 2023
1 parent d871acb commit 3f70be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_release.sh
Expand Up @@ -12,6 +12,6 @@
# Exit as soon as a command fails
set -e

semantic-release version -v
semantic-release -v version
twine upload dist/*
semantic-release publish -v
semantic-release -v publish

0 comments on commit 3f70be0

Please sign in to comment.