mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-26 02:19:19 +00:00
Add auto release
This commit is contained in:
8
.github/workflows/ver1193.yml
vendored
8
.github/workflows/ver1193.yml
vendored
@@ -28,3 +28,11 @@ jobs:
|
||||
with:
|
||||
name: Leaf
|
||||
path: ./leaf-1.19.3.jar
|
||||
- name: Release Artifacts
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: "Leaf 1.19.3"
|
||||
automatic_release_tag: "ver-1.19.3"
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
files: "./leaf-1.19.3.jar"
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user