We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e30e7 commit 456aaffCopy full SHA for 456aaff
.github/workflows/publish-package.yml
@@ -29,4 +29,4 @@ jobs:
29
run: ./gradlew build -x test
30
31
- name: Publish to GitHub Packages
32
- run: ./gradlew publish -PmavenReleaseRepoUrl="https://maven.pkg.github.com/css4j/web-apis" -PmavenRepoUsername=${{ github.actor }} -PmavenRepoPassword=${{ secrets.GITHUB_TOKEN }}
+ run: ./gradlew :svgom-api:publish -PmavenReleaseRepoUrl="https://maven.pkg.github.com/css4j/web-apis" -PmavenRepoUsername=${{ github.actor }} -PmavenRepoPassword=${{ secrets.GITHUB_TOKEN }}
0 commit comments