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

Commit 26ceb7f

Browse files
committed
fixed pom issue
1 parent 82f6925 commit 26ceb7f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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 }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)