We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25764d commit 250195eCopy full SHA for 250195e
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
id-token: write
12
contents: write
13
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.0.1
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.2.1
14
with:
15
publishToBinaries: true
16
mavenCentralSync: true
@@ -59,7 +59,7 @@ jobs:
59
GPG_PRIVATE_KEY_PASSPHRASE: ${{ fromJSON(steps.secrets.outputs.vault).sign_passphrase }}
60
- name: Maven Central Sync
61
id: maven-central-sync
62
- uses: SonarSource/gh-action_release/maven-central-sync@5.0.1
+ uses: SonarSource/gh-action_release/maven-central-sync@5.2.1
63
64
local-repo-dir: relocation/local_repo/
65
nexus-url: https://oss.sonatype.org/
0 commit comments