Skip to content

Commit

Permalink
BUILD-4839 Update the release workflow to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
matemoln committed Apr 30, 2024
1 parent 2511103 commit e1c628e
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.2.1
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
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.2.1
uses: SonarSource/gh-action_release/maven-central-sync@v5
with:
local-repo-dir: relocation/local_repo/
nexus-url: https://oss.sonatype.org/
Expand Down

0 comments on commit e1c628e

Please sign in to comment.