Skip to content

Commit 9a876f0

Browse files
committed
fix
1 parent 9a973db commit 9a876f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
22
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
33

4-
name: Maven Package
4+
name: Publish package to GitHub Packages
55

66
on:
77
push:
@@ -32,6 +32,6 @@ jobs:
3232
run: mvn -B package --file pom.xml
3333

3434
- name: Publish to GitHub Packages Apache Maven
35-
run: mvn deploy #-s $GITHUB_WORKSPACE/settings.xml
35+
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
3636
env:
3737
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)