Update msbuild.yml

This commit is contained in:
ApfelTeeSaft
2024-10-08 14:25:13 +02:00
parent 2e53744131
commit 0f49486700
+1 -1
View File
@@ -85,6 +85,7 @@ jobs:
$newVersion = "v$major.$basic.$minor"
}
echo "Validated version: $newVersion"
echo "new_version=$newVersion" | Out-File -FilePath $env:GITHUB_ENV -Append
# Create a new GitHub release using the latest commit message as the body
- name: Create GitHub Release
@@ -92,7 +93,6 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ env.new_version != '' }}
with:
tag_name: ${{ env.new_version }}
release_name: Z80 Emulator Release ${{ env.new_version }}