Skip to content

Commit

Permalink
Merge pull request #25 from asgardeo/release-test
Browse files Browse the repository at this point in the history
feat(android): Incorporate new structure of the Android SDK
  • Loading branch information
Achintha444 authored May 15, 2024
2 parents 4d6a1d5 + ba9fc23 commit 727bc46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/android/android_sdk_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ release_android_sdks() {
check_gradle_wrapper
gradle_build
gradle_assemble
#gradle_publish_release_to_wso2_nexus
gradle_publish_release_to_wso2_nexus

# Go to scripts directory
go_to_scripts_dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/common/create_github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CREATE_RELEASE_RESPONSE=$(curl --fail --location --request POST "https://api.git
"tag_name": "'"$RELEASE_TAG"'",
"target_commitish": "'"$MASTER_BRANCH"'",
"name": "'"$RELEASE_NAME"'",
"body": "Released on: '"$release_date"'\n\nReleased Versions:\nasgardeo-android: '"$MAIN_VERSION"'\nasgardeo-android-core: '"$CORE_VERSION"' \nasgardeo-android-core-auth-direct: '"$CORE_AUTH_DIRECT_VERSION"'",
"body": "Released on: '"$release_date"'\n\nReleased Versions:\nasgardeo-android: '"$MAIN_VERSION"'\nasgardeo-android-core: '"$CORE_VERSION"' \nasgardeo-android-core-auth-direct: '"$CORE_AUTH_DIRECT_VERSION"'"
}')

RELEASE_ID=$(echo $CREATE_RELEASE_RESPONSE | jq -r '.id')
Expand Down

0 comments on commit 727bc46

Please sign in to comment.