Skip to content

[DEN-5047] Enable Develocity access #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update publish.yml
  • Loading branch information
m0ana authored Feb 25, 2025
commit 4bf1b511f5ec6f273014c89bdb831596415e4ded
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'v*'

jobs:
credentials-scan:
uses: getyourguide/actions/.github/workflows/credentials-scan.yml@main
check:
uses: ./.github/workflows/check.yml
publish:
Expand All @@ -21,12 +23,12 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.0.6
- name: Build sourcesJar and javadocJar
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
arguments: sourcesJar javadocJar
- name: Publish to MavenCentral
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
arguments: publishMavenPublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
Expand Down
Loading