Update CI.yml

This commit is contained in:
Aditya Garg 2022-11-08 11:38:04 +05:30 committed by GitHub
parent 9eb21f9c98
commit 9113a8de9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/*.iso
tag_name: ${{ steps.tag.outputs.tag }}
tag_name: v${{ steps.tag.outputs.tag }}
body_path: ${{ github.workspace }}/.github/workflows/instructions.txt
draft: false
prerelease: false