Skip to content

Commit

Permalink
build: do not use a daemon when building
Browse files Browse the repository at this point in the history
This decreases build times
  • Loading branch information
oSumAtrIX committed Aug 23, 2023
1 parent c2da04a commit 45dd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build
run: ./gradlew build --no-daemon
- name: Setup semantic-release
run: npm install
- name: Release
Expand Down

0 comments on commit 45dd15f

Please sign in to comment.