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

Commit

Permalink
fixed missing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Oct 5, 2020
1 parent 4440b4b commit 6dd4cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
architecture: x64

- name: 🚀 Deploy to Maven
run: mvn -B deploy
run: mvn -B deploy -f pom.xml -s settings.xml
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</properties>

<groupId>com.kttdevelopment</groupId>
<artifactId>${github.repository}</artifactId>
<artifactId>simplehttpserver</artifactId>
<version>03.06.05</version>

<name>${github.repository}</name>
Expand Down

0 comments on commit 6dd4cab

Please sign in to comment.