Skip to content

Commit b1799b4

Browse files
committed
AAA
1 parent 686901a commit b1799b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
RELEASE_TARGET: ${{ github.sha }}
3030
PRERELEASE: true
31-
run: ./gradlew --no-daemon build githubRelease
31+
run: ./gradlew --no-daemon :source-managers:build build githubRelease

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
PASSWORD: ${{ secrets.M2_PASS }}
3838
# just use master
3939
RELEASE_TARGET: master
40-
run: ./gradlew --no-daemon build publish githubRelease -x test
40+
run: ./gradlew --no-daemon :source-managers:build build publish githubRelease -x test

0 commit comments

Comments
 (0)