We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e23458 commit a8524baCopy full SHA for a8524ba
.github/workflows/mavenpublish.yml
@@ -25,6 +25,6 @@ jobs:
25
run: mvn -B package --file pom.xml
26
27
- name: Publish to GitHub Packages Apache Maven
28
- run: mvn deploy -pl !graph-editor-demo -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn deploy -pl !demo -s $GITHUB_WORKSPACE/settings.xml
29
env:
30
GITHUB_TOKEN: ${{ github.token }}
0 commit comments