Skip to content

Commit a8524ba

Browse files
authored
Update mavenpublish.yml
1 parent 7e23458 commit a8524ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: mvn -B package --file pom.xml
2626

2727
- name: Publish to GitHub Packages Apache Maven
28-
run: mvn deploy -pl !graph-editor-demo -s $GITHUB_WORKSPACE/settings.xml
28+
run: mvn deploy -pl !demo -s $GITHUB_WORKSPACE/settings.xml
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)