Skip to content

Commit

Permalink
Merge pull request #51 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Develop - publish overhaul
  • Loading branch information
Phillip Lorenzo authored Dec 13, 2019
2 parents f94705a + 80c7150 commit b8170f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
- run: |
./gradlew clean
./gradlew :xyo-android-library:assembleReleaseFinal
./gradlew publish
mvn -B package --file pom-default.xml
mvn deploy -Dregistry=https://maven.pkg.github.com/sdk-xyo-android -Dtoken=$GITHUB_TOKEN
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':xyo-android-sample', ':xyo-android-library'

rootProject.name='sdk-xyo-android'
4 changes: 2 additions & 2 deletions xyo-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Dec 13 11:34:52 PST 2019
VERSION_CODE=145
#Fri Dec 13 11:59:42 PST 2019
VERSION_CODE=146

0 comments on commit b8170f8

Please sign in to comment.