Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ulybaka1337 committed Oct 14, 2024
2 parents a8fa38b + d13ff5a commit fae95fd
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 fae95fd

Please sign in to comment.