Skip to content

Commit

Permalink
Changes release script and added java docs release into a different j…
Browse files Browse the repository at this point in the history
…ob. (#1471)
  • Loading branch information
AlexandrouR authored Aug 4, 2021
1 parent 3947837 commit 3a67fe0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
push:
branches: [ 'release/**' ]

jobs:
integration-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -85,8 +84,6 @@ jobs:
run: ./gradlew publish -Pversion=${{ steps.release_name.outputs.result }}
- name: Release
run: ./gradlew closeAndReleaseRepository
- name: Javadoc release
run: ./gradlew -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} core:gitPublishPush
outputs:
stripped_version: ${{ steps.release_name.outputs.result }}
git-release:
Expand All @@ -101,3 +98,8 @@ jobs:
prerelease: false
files: |
"web3j-"+${{ steps.release_name.outputs.result }}.*
javadocs-release:
runs-on: ubuntu-latest
steps:
- name: Javadoc release
run: ./gradlew -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} core:gitPublishPush

0 comments on commit 3a67fe0

Please sign in to comment.