Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiranuit committed Mar 14, 2022
1 parent e70b590 commit 9be2a59
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/push_master.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
doc-deploy:
name: Deploy Doc to PROD
runs-on: ubuntu-latest
needs: [lint, unit-tests, documentation-snippets-tests, deploy-bintray]
needs: [lint, unit-tests, documentation-snippets-tests, deploy-maven-central]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -76,8 +76,8 @@ jobs:
ref: master
inputs: '{"repo_name": "${{ steps.extract-refs.outputs.repo }}", "branch": "${{ steps.extract-refs.outputs.branch }}", "version": "${{ steps.extract-refs.outputs.version }}"}'

deploy-bintray:
name: Deploy to Bintray
deploy-maven-central:
name: Deploy to Maven Central
needs: [lint, unit-tests, documentation-snippets-tests]
runs-on: ubuntu-18.04
timeout-minutes: 30
Expand All @@ -90,5 +90,6 @@ jobs:
architecture: x64
- uses: ./.github/actions/deploy
with:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
MAVEN_CENTRAL_GPG: ${{ secrets.MAVEN_CENTRAL_GPG }}
MAVEN_CENTRAL_GPG_PASSWORD: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 comments on commit 9be2a59

Please sign in to comment.