Skip to content

Commit

Permalink
ci: use the correct release
Browse files Browse the repository at this point in the history
  • Loading branch information
JFronny authored Jul 25, 2024
1 parent 6beeec8 commit 7522bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest-1.20.6"
automatic_release_tag: "latest-1.21"
prerelease: false
title: "1.20.6 Build"
title: "1.21 Build"
files: |
./build/libs/*.jar

0 comments on commit 7522bfd

Please sign in to comment.