Skip to content

Commit 65d199c

Browse files
authored
Merge pull request #3208 from Multiverse/fix/gha-no-release
GHA do not build of upload if there is no release
2 parents 25e1751 + cb61c81 commit 65d199c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generic.github_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484

8585
- name: Build for upload
8686
id: build
87+
if: steps.release.outputs.release_created == 'true'
8788
run: ./gradlew build -x test
8889
env:
8990
GITHUB_VERSION: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)