Skip to content

Commit

Permalink
release: Prepare release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stachu540 committed Jun 19, 2020
1 parent 2bacc62 commit fdfd8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
key: jdk8-gradle-${{ hashFiles('**/build.gradle*') }}
restore-keys: |
jdk8-gradle-
- name: Get tag name
id: tag
run: ::set-output name=id::${GITHUB_REF#refs/tags/}
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand All @@ -63,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
chmod +x ./gradlew
./gradlew -Pversion=${{ steps.tag.outputs.id }} bintrayUpload releaseAssets
./gradlew bintrayUpload releaseAssets
release-docs:
name: Release Documentation to Github Pages
runs-on: [ubuntu-latest]
Expand Down Expand Up @@ -91,11 +88,12 @@ jobs:
- name: Prepare Javadoc
run: |
chmod +x ./gradlew
./gradlew -Pversion=${{ steps.tag.outputs.id }} :all:javadoc
./gradlew :all:javadoc
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./all/build/docs/javadoc
commit_message: ${{ github.event.head_commit.message }}
commit_message: Deploy documentation for ${{ steps.tag.outputs.id }}


6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.github.stachu540
version = 3.1.0-SNAPSHOT
description = Reactive Java API Wrapper for Hi-Rez Studios games.
group=com.github.stachu540
version=3.1.0
description=Reactive Java API Wrapper for Hi-Rez Studios games.

0 comments on commit fdfd8e9

Please sign in to comment.