Skip to content

Commit 70866b3

Browse files
committed
Fix repo name for artefact publish
1 parent 5e70640 commit 70866b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ print_usage_and_exit() {
1111
main() {
1212
local ARTEFACT_NAME="yadic"
1313
local ORGANISATION_NAME="bodar"
14-
local REPOSITORY_NAME="yadic"
14+
local REPOSITORY_NAME="yadic.java"
1515

1616
local BUILD_VERSION=${1:-}
1717
local API_TOKEN=${2:-}

0 commit comments

Comments
 (0)