Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 5c00675

Browse files
committed
Deploy Artifacts on GitHub
1 parent c8c045f commit 5c00675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
key: maven-repo
7878

7979
- name: Build with Maven
80-
run: mvn -B package -DskipTests --file pom.xml
80+
run: mvn -B deploy -DskipTests --file pom.xml
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383
USENAME: ${{ github.actor }}

0 commit comments

Comments
 (0)