From 2948f56945098c2b35efc2ffb30813bd836334ee Mon Sep 17 00:00:00 2001 From: Relluem94 Date: Tue, 12 Mar 2024 20:55:38 +0100 Subject: [PATCH] RE-168 Test --- .github/workflows/maven-publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index f00d6566..14bceb28 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -27,11 +27,6 @@ jobs: server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file - - name: Build with Maven - run: mvn -B package --file pom.xml -Pgithub - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish to GitHub Packages Apache Maven run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml env: