Skip to content

Commit 9137ca3

Browse files
committed
Add the missing JReleaser command
Signed-off-by: marko-bekhta <[email protected]>
1 parent ebc0d21 commit 9137ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ else
7272
# Let's check we've got the right version
7373
java -jar jreleaser-cli.jar --version
7474
# Execute a JReleaser command such as 'full-release'
75-
java -jar jreleaser-cli.jar -Djreleaser.project.version="$RELEASE_VERSION"
75+
java -jar jreleaser-cli.jar full-release -Djreleaser.project.version="$RELEASE_VERSION"
7676
fi
7777
fi
7878

0 commit comments

Comments
 (0)