Skip to content

Commit 456aaff

Browse files
committed
Package action: deploy only svgom-api
1 parent 30e30e7 commit 456aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: ./gradlew build -x test
3030

3131
- 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 }}
32+
run: ./gradlew :svgom-api:publish -PmavenReleaseRepoUrl="https://maven.pkg.github.com/css4j/web-apis" -PmavenRepoUsername=${{ github.actor }} -PmavenRepoPassword=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)