From 7a48d09b4d3fc5721a5b403a4d4149636645ee78 Mon Sep 17 00:00:00 2001 From: sgaspari <38781470+sgaspari@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:08:30 +0100 Subject: [PATCH] Deploy GitHub org update --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 9ac18e6..6afbf55 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -40,4 +40,4 @@ jobs: - name: Deploy Snapshot (without test, already executed) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: mvn -B deploy -DskipTests -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/GroupePSA/sonarqube-cleanup-cli + run: mvn -B deploy -DskipTests -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/Stellantis/sonarqube-cleanup-cli