Skip to content

Commit 10e6c8c

Browse files
committed
fix: remove scan flag on build step
1 parent 44ab961 commit 10e6c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build-scan-terms-of-use-agree: "yes"
3434

3535
- name: Run build
36-
run: ./gradlew build --scan
36+
run: ./gradlew build
3737

3838
- name: Store GPG key
3939
run: echo "${{ secrets.GPG_PK }}" | base64 --decode | gpg --import

0 commit comments

Comments
 (0)