Skip to content

Commit

Permalink
Add publish DevKit script
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Mar 12, 2024
1 parent 383a09e commit 7cf752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/PublishDevKit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ if [ "$DRY_RUN" == "false" ]; then
# Hand over to the Groovy script that uses the GitHub API to actually create the release and upload files
cd adopt-github-release || exit 1
chmod +x gradlew
GRADLE_USER_HOME=./gradle-cache ./gradlew --no-daemon run --args="--isDevKit --version \"${TAG}\" --tag \"${TAG}\" --description \"${description}\" ${server} ${org} $files"
GRADLE_USER_HOME=./gradle-cache ./gradlew --no-daemon run --args="--isDevKit --release --version \"${TAG}\" --tag \"${TAG}\" --description \"${description}\" ${server} ${org} $files"
fi

0 comments on commit 7cf752d

Please sign in to comment.