From ff653e4c0fc38bbb825081d9272d83bcc2f09c28 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Sun, 27 Oct 2024 01:22:18 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dc71929..491c9a23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -250,13 +250,12 @@ jobs: release: name: Release needs: [info, build-modpack, build-server, build-multimc] - # if: startsWith(github.ref, 'refs/tags/') - uses: ./.github/workflows/release.yml + uses: .github/workflows/release.yml with: project_name: ${{ needs.info.outputs.project_name }} project_version: ${{ needs.info.outputs.project_version }} - mc_version: ${{ needs.info.outputs.mc_version }} release_type: ${{ needs.info.outputs.release_type }} + mc_version: ${{ needs.info.outputs.mc_version }} changelog: ${{ needs.info.outputs.changelog }} diff: ${{ needs.info.outputs.diff }} secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1d596da..ad5a52fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ on: required: true type: string diff: - required: false + required: true type: string concurrency: