From 7876fb5db26bceca1bf233e6778656015194dfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E8=B8=AA?= <129711891+LangZongz@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:17:16 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2650b27ee7..b572cedeb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: EcoEchantments Build +name: EcoEnchants Build on: push: branches: @@ -54,7 +54,7 @@ jobs: body: | Commit ${{ steps.short_sha.outputs.sha_short }} This release is automatically compiled by GitHub Actions - name: EcoEchants Automation Compile ${{ steps.short_sha.outputs.sha_short }} + name: EcoEnchants Automation Compile ${{ steps.short_sha.outputs.sha_short }} draft: false tag_name: commit-${{ steps.short_sha.outputs.sha_short }} generate_release_notes: true