Skip to content

Commit

Permalink
removing build from release
Browse files Browse the repository at this point in the history
  • Loading branch information
cworsnop-figure authored May 10, 2022
1 parent e279989 commit 86a05d8
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 @@ -25,7 +25,7 @@ jobs:
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew clean build --refresh-dependencies :generateVersionFile githubRelease
run: ./gradlew :generateVersionFile githubRelease
if: ${{ github.ref_name == 'main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 86a05d8

Please sign in to comment.