Skip to content

Commit

Permalink
fixed ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
oemergenc committed Feb 9, 2020
1 parent 5f89feb commit 0d54fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
echo "New version: ${NEW_VERSION}"
echo "Github username: ${GITHUB_ACTOR}"
./gradlew -Pversion=${NEW_VERSION} -PnexusUser=${NEXUSUSER} -PnexusPassword=${NEXUSPASSWORD} -PbintrayApiKey=${BINTRAYAPIKEY} -PbintrayUser=${BINTRAYUSER} bintrayUpload
./gradlew -Pversion=${NEW_VERSION} -PnexusUser=${NEXUSUSER} -PnexusPassword=${NEXUSPASSWORD} -PbintrayApiKey=${BINTRAYAPIKEY} -PbintrayUser=${BINTRAYUSER} bintrayUpload -x test --info --stacktrace

0 comments on commit 0d54fdf

Please sign in to comment.