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

Commit

Permalink
Change config
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaX86 committed Dec 28, 2022
1 parent 2fdb215 commit 15ca5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn deploy
env:
GITHUB_TOKEN: ${{ github.token }}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.kitevx</groupId>
<artifactId>HexE</artifactId>
<version>0.1.0</version>
<version>0.1.2</version>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
Expand All @@ -32,7 +32,7 @@
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>HexE</id>
<id>github</id>
<name>GitHub Repository</name>
<url>https://maven.pkg.github.com/KiteVX/HexE</url>
<layout>default</layout>
Expand Down

0 comments on commit 15ca5b2

Please sign in to comment.