Skip to content

Commit 71c2ac7

Browse files
committed
Fix release action
1 parent 8df66b6 commit 71c2ac7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
cache-disabled: true
3535
arguments: build --scan --stacktrace --warning-mode all
3636
- name: Rezip built .jar files to remove directory entries
37+
env:
38+
BUILD_RELEASE: ${{ github.event.release.prerelease == false }}
3739
run: bash removeDirectoryEntries.sh
3840
- name: Draft release
3941
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)