Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan4ur committed Jun 1, 2024
1 parent 45e815f commit f4ffa4e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java CI with Gradle

on: [ push,pull_request ]
on: [ push, pull_request ]

concurrency:
group: "latest"
Expand Down Expand Up @@ -28,12 +28,3 @@ jobs:

- name: Remove *-sources.jar
run: rm ./build/libs/*-sources.jar || true

- uses: "shxrklol/action-auto-releases-n20@v1.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Build (1.20.6)"
files: |
./build/libs/*.jar

0 comments on commit f4ffa4e

Please sign in to comment.