Skip to content

Commit

Permalink
Merge pull request #36 from XYOracleNetwork/add-actions
Browse files Browse the repository at this point in the history
change release workflow
  • Loading branch information
Phillip Lorenzo authored Dec 13, 2019
2 parents d86c7a1 + b0e69eb commit 6496aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ on:
tags:
- 'v*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
chmod +x ./gradlew
./gradlew assembleReleaseFinal
jobs:
publish-gpr:
needs: build
runs-on: ubuntu-latest
Expand All @@ -25,6 +18,7 @@ jobs:
registry-url: https://maven.pkg.github.com
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
java-version: 1.8
java-version: 11
- run: |
./gradlew assembleReleaseFinal
./gradlew publish
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 @@
#Thu Dec 12 22:53:56 PST 2019
VERSION_CODE=138
#Thu Dec 12 23:27:50 PST 2019
VERSION_CODE=139

0 comments on commit 6496aa1

Please sign in to comment.