Skip to content

Commit

Permalink
Fix CI automatic release tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Apr 12, 2024
1 parent 235e1a7 commit dcd97c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: latest
automatic_release_tag: "latest-1.20.1"
prerelease: true
title: "1.20.1 Dev Build"
files: |
Expand Down

0 comments on commit dcd97c1

Please sign in to comment.