Skip to content

Commit

Permalink
v2.0.0.2
Browse files Browse the repository at this point in the history
-GitHub releases working
-Re-enabled nexus releases
-Only upload the main jar to github release

Took 3 minutes
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent d0a3acf commit 396cf62
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 396cf62

Please sign in to comment.