Skip to content

Commit

Permalink
Merge pull request #14 from ewjoachim/auto-release
Browse files Browse the repository at this point in the history
Build before publishing
  • Loading branch information
ewjoachim authored Mar 8, 2021
2 parents 798eb35 + d51a5f3 commit da5eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eu
# This script is not meant to run inside poetry

poetry version $(poetry run dunamai from git --pattern '(?P<base>\d+\.\d+\.\d+)')
poetry publish --username "__token__" --password "$1"
poetry publish --no-interaction --build --username "__token__" --password "$1"

0 comments on commit da5eee2

Please sign in to comment.