Skip to content

Commit

Permalink
ci(github): Associate the dependency graph to the main branch
Browse files Browse the repository at this point in the history
Apply the work-around from [1] to associate the dependency graph built
from tags to the `main` branch.

[1]: gradle/actions#242 (comment)

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Sep 27, 2024
1 parent b3e9ddb commit 707961f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
dependency-graph: generate-and-submit
- name: Publish to OSSRH
env:
GITHUB_DEPENDENCY_GRAPH_REF: refs/heads/main
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.OSSRH_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: true
Expand Down

0 comments on commit 707961f

Please sign in to comment.