diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d7f54fc..f5c892b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,7 +9,7 @@ on: jobs: maven-cd: - uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@race-condition # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/2 + uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@race-condition-2 # TODO main after https://github.com/jenkins-infra/github-reusable-workflows/pull/3 secrets: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}