Skip to content

Commit

Permalink
no more Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 6, 2023
1 parent 9b0b890 commit af7a00c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
./target/BetterEconomy*.jar
CHANGELOG.md
- name: Publish Package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Discord
uses: sinshutu/upload-to-discord@v2.0.0
env:
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/HSGamer/BetterEconomy</url>
</repository>
</distributionManagement>

<build>
<finalName>${project.name}-${project.version}</finalName>
<plugins>
Expand Down

0 comments on commit af7a00c

Please sign in to comment.