Skip to content

Commit

Permalink
Update mavenpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eckig committed Sep 25, 2021
1 parent 7e23458 commit a8524ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: mvn -B package --file pom.xml

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

0 comments on commit a8524ba

Please sign in to comment.