Skip to content

Commit 6842931

Browse files
committed
surefire
1 parent 19c11e7 commit 6842931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
# run: mvn -B package --file pom.xml
3535

3636
- name: Deploy to GitHub Packages
37-
run: mvn --batch-mode deploy #-s $GITHUB_WORKSPACE/settings.xml
37+
run: mvn deploy #-s $GITHUB_WORKSPACE/settings.xml
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)