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

Commit 02f6c51

Browse files
committed
fixed pom issue hopefully
1 parent 26ceb7f commit 02f6c51

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Deploy to releases
1+
name: Deploy
22
on:
33
release:
44
types: [published]
55
jobs:
6-
build:
7-
name: Build
6+
deploy:
7+
name: Deploy
88
runs-on: ubuntu-latest
99
steps:
1010
- name: 📦 Prepate Git Repo
@@ -17,7 +17,7 @@ jobs:
1717
architecture: x64
1818

1919
- name: 🚀 Deploy to GitHub Packages
20-
run: mvn -B -DskipTests -s settings.xml -f pom.xml deploy
20+
run: mvn -B -s settings.xml -f pom.xml deploy
2121
env:
2222
GITHUB_USERNAME: Katsute
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SimpleHttpServer
2-
[![jitpack](https://jitpack.io/v/com.kttdevelopment/simplehttpserver.svg)](https://jitpack.io/#com.kttdevelopment/simplehttpserver)
3-
[![jitci](https://jitci.com/gh/Ktt-Development/simplehttpserver/svg)](https://jitci.com/gh/Ktt-Development/simplehttpserver)
4-
![Java CI](https://github.com/Ktt-Development/simplehttpserver/workflows/Java%20CI/badge.svg)
2+
[![Deploy](https://github.com/Ktt-Development/simplehttpserver/workflows/Deploy/badge.svg)](https://github.com/orgs/Ktt-Development/packages?repo_name=simplehttpserver)
3+
[![Java CI](https://github.com/Ktt-Development/simplehttpserver/workflows/Java%20CI/badge.svg)](https://github.com/Ktt-Development/simplehttpserver/actions?query=workflow%3A%22Java+CI%22)
54
[![version](https://img.shields.io/github/v/release/ktt-development/simplehttpserver?include_prereleases)](https://github.com/Ktt-Development/simplehttpserver/releases)
65
[![license](https://img.shields.io/github/license/Ktt-Development/simplehttpserver)](https://github.com/Ktt-Development/simplehttpserver/blob/main/LICENSE)
76

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
<groupId>com.kttdevelopment</groupId>
88
<artifactId>simplehttpserver</artifactId>
9-
<version>03.06.01</version>
10-
<packaging>jar</packaging>
9+
<version>03.06.02</version>
1110

1211
<url>https://github.com/Ktt-Development/simplehttpserver</url>
1312

0 commit comments

Comments
 (0)