mirror of
https://github.com/AntiCope/meteor-rejects.git
synced 2025-09-06 21:02:27 +00:00
forgor the ci
This commit is contained in:
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
@@ -4,7 +4,7 @@
|
|||||||
name: Java CI with Gradle
|
name: Java CI with Gradle
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: "build-1.19.4"
|
group: "build-1.20"
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -34,9 +34,9 @@ jobs:
|
|||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest-1.19.4"
|
automatic_release_tag: "latest-1.20"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
title: "1.19.4 Build"
|
title: "1.20 Build"
|
||||||
files: |
|
files: |
|
||||||
./build/libs/*.jar
|
./build/libs/*.jar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user