Skip to content

Commit

Permalink
v2.0.0.1 - GH Release debug
Browse files Browse the repository at this point in the history
Took 3 minutes
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent 35d3019 commit 1ff3444
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/maven-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to Luxious Maven
run: mvn deploy
# TODO
# - name: Publish to Luxious Maven
# run: mvn deploy

#--------------------------------------------------------------------------------------------
# Create a Github Release
Expand All @@ -45,7 +46,10 @@ jobs:
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
id: project

- name: Tests
- name: Test 1
run: ls .

- name: Test 2
run: ls target

- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Common for all of my plugins</description>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8 ${project.basedir}/t</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 1ff3444

Please sign in to comment.