diff --git a/.github/workflows/apps-plugin-snapshot.yml b/.github/workflows/apps-plugin-snapshot.yml index 64638e86..2d5db86c 100644 --- a/.github/workflows/apps-plugin-snapshot.yml +++ b/.github/workflows/apps-plugin-snapshot.yml @@ -56,7 +56,7 @@ jobs: - name: Build and Publish run: | jfrog rt build-clean - jfrog rt mvn -gs settings.xml -Pfull,deploymentfiles -B install + jfrog rt mvn -gs settings.xml -B install jfrog rt build-publish - name: Capture Test Results if: ${{ always() }}