Skip to content

Commit

Permalink
pass creds
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshi committed Sep 17, 2022
1 parent f965c5c commit 0040514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pkg-publish:
rm -f dist/*
if poetry run python scripts/upgrade.py check-publish; then
echo "publishing..."
poetry publish -vvv --build -r {{pkg_repo}}
. pkg-build.secret && poetry publish -vvv --build -r {{pkg_repo}} --username $CODEARTIFACT_USER --password $CODEARTIFACT_AUTH_TOKEN
else
echo "skipping publish"
fi

0 comments on commit 0040514

Please sign in to comment.