diff --git a/.github/workflows/maven-publish-release.yml b/.github/workflows/maven-publish-release.yml index 1b8e3c05..35e40092 100644 --- a/.github/workflows/maven-publish-release.yml +++ b/.github/workflows/maven-publish-release.yml @@ -35,9 +35,8 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml -# TODO -# - name: Publish to Luxious Maven -# run: mvn deploy + - name: Publish to Luxious Maven + run: mvn deploy #-------------------------------------------------------------------------------------------- # Create a Github Release @@ -46,16 +45,10 @@ jobs: run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) id: project - - name: Test 1 - run: ls . - - - name: Test 2 - run: ls target - - name: Create Release uses: ncipollo/release-action@v1 with: - artifacts: "target/*.jar" + artifacts: "target/kamicommon-${{ steps.project.outputs.version }}.jar" allowUpdates: true removeArtifacts: true omitBodyDuringUpdate: true