Skip to content

Commit

Permalink
Add common to needs for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
coehlrich authored Sep 4, 2023
1 parent 316c109 commit 1a97f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
publish:
name: Publish to maven
runs-on: ubuntu-latest
needs: testjdks
needs: [common, testjdks]
if: ${{ inputs.publish }}
steps:
- uses: actions/checkout@v3
Expand All @@ -275,4 +275,4 @@ jobs:
ORG_GRADLE_PROJECT_MAVEN_URL: ${{ vars.MAVEN_URL }}
ORG_GRADLE_PROJECT_MAVEN_USER: ${{ secrets.MAVEN_USER }}
ORG_GRADLE_PROJECT_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}


0 comments on commit 1a97f73

Please sign in to comment.