From 61a572dab8d47fd967e83e6c31028e06ebe92144 Mon Sep 17 00:00:00 2001 From: Aditya Garg Date: Tue, 8 Nov 2022 11:38:32 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index af1ffb0..41baf36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -146,7 +146,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: ${{ github.workspace }}/*.iso - tag_name: ${{ env.isotag }} + tag_name: v${{ env.isotag }} body_path: ${{ github.workspace }}/.github/workflows/instructions.txt draft: false prerelease: false