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

Commit 5dd3883

Browse files
committed
deploy to maven
1 parent ecc5280 commit 5dd3883

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
architecture: x64
1818

1919
- name: 📦 Build with Maven
20-
run: mvn -B -DskipTests package --file pom.xml
20+
run: mvn -B package --file pom.xml
2121

2222
- name: 📦 Upload artifact
2323
uses: actions/upload-artifact@v2
@@ -34,3 +34,6 @@ jobs:
3434
with:
3535
files: 'target/*.jar'
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
37+
38+
- name: 🚀 Deploy to Maven
39+
run: mvn deploy -Dregistry=https://maven.pkg.github.com/Ktt-Development -Dtoken=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)