From 2569109871bc37fb136a3c616c5f3fbd4f58676b Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 27 Dec 2023 12:44:27 +0000 Subject: [PATCH] Update publish pipeline --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ce093f..8565e82 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,4 +71,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: ima \ No newline at end of file + tag_name: ${{ env.VERSION }} + name: ${{ env.VERSION }} + files: ima + draft: true \ No newline at end of file