Skip to content

Commit

Permalink
Revert action releases change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Oct 23, 2024
1 parent bda25cc commit 98dab12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-1211.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98dab12

Please sign in to comment.