Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 6dd4cab

Browse files
committed
fixed missing settings
1 parent 4440b4b commit 6dd4cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: x64
2424

2525
- name: 🚀 Deploy to Maven
26-
run: mvn -B deploy
26+
run: mvn -B deploy -f pom.xml -s settings.xml
2727
env:
2828
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2929
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</properties>
1919

2020
<groupId>com.kttdevelopment</groupId>
21-
<artifactId>${github.repository}</artifactId>
21+
<artifactId>simplehttpserver</artifactId>
2222
<version>03.06.05</version>
2323

2424
<name>${github.repository}</name>

0 commit comments

Comments
 (0)