From 4016e0992f40eaa4cf436f3ac72269861b46ed11 Mon Sep 17 00:00:00 2001 From: Alexey Chernyshov <65975574+artifixer@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:56:46 +0300 Subject: [PATCH] Update release-github.yml --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index c3e1580..4fd3aa2 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -74,7 +74,7 @@ jobs: uses: actions/create-release@v1 id: create_release with: - tag_name: v${{ steps.set_version.mod_version }} + tag_name: v${{ steps.set_version.outputs.mod_version }} release_name: Release ${{ steps.set_version.outputs.mod_version }} body: ${{ steps.set_description.outputs.mod_description }} draft: false