This repository was archived by the owner on Jul 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,14 @@ jobs:
1616 version : ' 11'
1717 architecture : x64
1818
19- - name : 📦 Build with Maven
20- run : mvn -B package --file pom.xml
19+ - name : 🚀 Deploy to GitHub Packages
20+ run : mvn -B -DskipTests -s settings.xml -f pom.xml deploy
21+ env :
22+ GITHUB_USERNAME : Katsute
23+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2124
2225 - name : 🚀 Deploy to Releases
2326 uses : AButler/upload-release-assets@v2.0
2427 with :
2528 files : ' target/*.jar'
2629 repo-token : ${{ secrets.GITHUB_TOKEN }}
27-
28- - name : 🚀 Deploy to GitHub Packages
29- run : mvn -B -DskipTests -s settings.xml deploy
30- env :
31- GITHUB_USERNAME : Katsute
32- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 66
77 <groupId >com.kttdevelopment</groupId >
88 <artifactId >simplehttpserver</artifactId >
9- <version >03.06.00 </version >
9+ <version >03.06.01 </version >
1010 <packaging >jar</packaging >
1111
1212 <url >https://github.com/Ktt-Development/simplehttpserver</url >
You can’t perform that action at this time.
0 commit comments