Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 5c19459

Browse files
committed
Update dev_build.yml
1 parent ca97478 commit 5c19459

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/dev_build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,4 @@ jobs:
1212
distribution: adopt
1313
- name: Build
1414
run: ./gradlew build
15-
- name: Release
16-
uses: marvinpinto/action-automatic-releases@latest
17-
with:
18-
repo_token: '${{ secrets.GITHUB_TOKEN }}'
19-
automatic_release_tag: latest
20-
prerelease: false
21-
title: 1.19.4 Build
22-
files: |
23-
./build/libs/*.jar
15+

0 commit comments

Comments
 (0)