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

Revert action releases change

This commit is contained in:
Dreeam
2024-10-23 07:41:43 -04:00
parent bda25ccf14
commit 98dab127fd

View File

@@ -57,12 +57,14 @@ jobs:
run: |
mv ./leaf-1.21.1-mojmap.jar ./leaf-1.21.1.jar
# TODO: marvinpinto/action-automatic-releases is archived, need to find new one
# Notes: create releases every time, similar changelogs with this, all commits for changelogs
- name: Release Leaf
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@master
uses: marvinpinto/action-automatic-releases@master
with:
name: "Leaf 1.21.1"
tag_name: "ver-1.21.1"
token: "${{ secrets.GITHUB_TOKEN }}"
title: "Leaf 1.21.1"
automatic_release_tag: "ver-1.21.1"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "./leaf-1.21.1.jar"
prerelease: false