diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index b7ea925c9..d11d9ce9e 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -51,7 +51,7 @@ jobs: - name: Publish Maven Artifact to JFrog Artifactory run: | - jfrog rt mvn clean install --config my-artifactory \ + jfrog rt mvn clean install \ --build-name=spring-petclinic \ --build-number=${{ github.run_id }}