From cf7a4fa6fc22cdb7e99059ba6558c0b99a90f103 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 3 Apr 2024 17:20:06 +0200 Subject: [PATCH] [CI] Fix plugin deployment --- .github/workflows/apps-plugin-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }}