mirror of
https://github.com/ApfelTeeSaft/Z80-Emu.git
synced 2026-08-26 19:43:28 +00:00
Update msbuild.yml
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user