mirror of
https://github.com/AntiCope/meteor-rejects.git
synced 2025-09-04 17:46:18 +00:00
Update version displayed on build workflow
This commit is contained in:
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3.13.0
|
||||
with:
|
||||
java-version: 21
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest-1.21"
|
||||
automatic_release_tag: "latest-1.21.4"
|
||||
prerelease: false
|
||||
title: "1.21 Build"
|
||||
title: "1.21.4 Build"
|
||||
files: |
|
||||
./build/libs/*.jar
|
||||
|
||||
|
Reference in New Issue
Block a user