This repository was archived by the owner on Jul 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- name : Deploy to releases
1+ name : Deploy
22on :
33 release :
44 types : [published]
55jobs :
6- build :
7- name : Build
6+ deploy :
7+ name : Deploy
88 runs-on : ubuntu-latest
99 steps :
1010 - name : 📦 Prepate Git Repo
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments