Skip to content

Commit

Permalink
Upgrade release action to version 5.2.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-burihabwa-sonarsource authored Mar 13, 2024
1 parent f25764d commit 250195e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.0.1
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@5.2.1
with:
publishToBinaries: true
mavenCentralSync: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
GPG_PRIVATE_KEY_PASSPHRASE: ${{ fromJSON(steps.secrets.outputs.vault).sign_passphrase }}
- name: Maven Central Sync
id: maven-central-sync
uses: SonarSource/gh-action_release/maven-central-sync@5.0.1
uses: SonarSource/gh-action_release/maven-central-sync@5.2.1
with:
local-repo-dir: relocation/local_repo/
nexus-url: https://oss.sonatype.org/
Expand Down

0 comments on commit 250195e

Please sign in to comment.