removing --config flag from jfrog rt mvn

This commit is contained in:
Jesse Houldsworth 2025-03-14 09:49:07 -07:00
parent 4e85331f60
commit 38f5cdea65

View file

@ -51,7 +51,7 @@ jobs:
- name: Publish Maven Artifact to JFrog Artifactory - name: Publish Maven Artifact to JFrog Artifactory
run: | run: |
jfrog rt mvn clean install --config my-artifactory \ jfrog rt mvn clean install \
--build-name=spring-petclinic \ --build-name=spring-petclinic \
--build-number=${{ github.run_id }} --build-number=${{ github.run_id }}