9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Update release action of workflow

This commit is contained in:
Dreeam
2023-04-26 02:43:41 -04:00
committed by GitHub
parent 0f9c825382
commit 316a86b8b8

View File

@@ -28,12 +28,12 @@ jobs:
with:
name: Leaf
path: ./leaf-1.19.4.jar
- name: Release Artifacts
- name: Release Leaf
if: github.ref_name == 'ver/1.19.4'
uses: marvinpinto/action-automatic-releases@latest
uses: softprops/action-gh-release@master
with:
title: "Leaf 1.19.4"
automatic_release_tag: "ver-1.19.4"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
name: "Leaf 1.19.4"
tag_name: "ver-1.19.4"
token: "${{ secrets.GITHUB_TOKEN }}"
files: "./leaf-1.19.4.jar"
prerelease: false