Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ulybaka1337 authored Oct 14, 2024
1 parent 8e38476 commit d13ff5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- uses: "0xDylan/action-auto-releases-n20@v1.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Latest Build (1.21)"
automatic_release_tag: "nightly"
prerelease: true
title: "Nightly Build (1.21)"
files: |
./build/libs/*.jar

0 comments on commit d13ff5a

Please sign in to comment.