Skip to content

Commit 250195e

Browse files
Upgrade release action to version 5.2.1 (#208)
1 parent f25764d commit 250195e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
id-token: write
1212
contents: write
13-
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.0.1
13+
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.2.1
1414
with:
1515
publishToBinaries: true
1616
mavenCentralSync: true
@@ -59,7 +59,7 @@ jobs:
5959
GPG_PRIVATE_KEY_PASSPHRASE: ${{ fromJSON(steps.secrets.outputs.vault).sign_passphrase }}
6060
- name: Maven Central Sync
6161
id: maven-central-sync
62-
uses: SonarSource/gh-action_release/maven-central-sync@5.0.1
62+
uses: SonarSource/gh-action_release/maven-central-sync@5.2.1
6363
with:
6464
local-repo-dir: relocation/local_repo/
6565
nexus-url: https://oss.sonatype.org/

0 commit comments

Comments
 (0)