From d1ca33081aa6c8dbedb24233b1448251b061c5d7 Mon Sep 17 00:00:00 2001 From: yhortuk <17699384+yhortuk@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:09:50 +0300 Subject: [PATCH] fix: publish tag once release is created --- .github/workflows/releases.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index c9500ed..e75b21f 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -27,6 +27,8 @@ jobs: - uses: softprops/action-gh-release@v1 with: tag_name: ${{ github.event.inputs.tag }} + body: | + ## Release [${{ github.event.inputs.tag }}] fail_on_unmatched_files: true files: | builds/unload-${{ github.event.inputs.tag }}-linux