9
0
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:
Dreeam
2023-02-03 03:16:28 -05:00
parent 31be68c0d9
commit 93a778de42

View File

@@ -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