Skip to content

Commit

Permalink
Exclude kotlinStoreYarnLock task from publication check
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryPerry committed Jun 5, 2023
1 parent f4609a4 commit 9eb8ac7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
# Exclude kotlinStoreYarnLock because publication check project has different from the main project
# dependencies, and the task fails the build. Ignoring it looks fine.
arguments: |
:tools:check-publication:build
--exclude-task kotlinStoreYarnLock
-Ptarget=all_linux_hosted
-Pcheck_publication
-Psonatype.username=${{ secrets.SONATYPE_USERNAME }}
Expand All @@ -136,8 +139,11 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
cache-read-only: true
# Exclude kotlinStoreYarnLock because publication check project has different from the main project
# dependencies, and the task fails the build. Ignoring it looks fine.
arguments: |
:tools:check-publication:build
--exclude-task kotlinStoreYarnLock
-Ptarget=all_macos_hosted
-Pcheck_publication
-Psonatype.username=${{ secrets.SONATYPE_USERNAME }}
Expand Down

0 comments on commit 9eb8ac7

Please sign in to comment.