We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4440b4b commit 6dd4cabCopy full SHA for 6dd4cab
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
architecture: x64
24
25
- name: 🚀 Deploy to Maven
26
- run: mvn -B deploy
+ run: mvn -B deploy -f pom.xml -s settings.xml
27
env:
28
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
29
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
pom.xml
@@ -18,7 +18,7 @@
18
</properties>
19
20
<groupId>com.kttdevelopment</groupId>
21
- <artifactId>${github.repository}</artifactId>
+ <artifactId>simplehttpserver</artifactId>
22
<version>03.06.05</version>
<name>${github.repository}</name>
0 commit comments