Skip to content

Commit

Permalink
fix: remove scan flag on build step
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed May 28, 2024
1 parent 44ab961 commit 10e6c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-scan-terms-of-use-agree: "yes"

- name: Run build
run: ./gradlew build --scan
run: ./gradlew build

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

0 comments on commit 10e6c8c

Please sign in to comment.