mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update Build_mR-NB.yml
update action
This commit is contained in:
3
.github/workflows/Build_mR-NB.yml
vendored
3
.github/workflows/Build_mR-NB.yml
vendored
@@ -66,7 +66,8 @@ jobs:
|
||||
$version = "${{ steps.version.outputs.version }}"
|
||||
$changelogPath = "$env:GITHUB_WORKSPACE\CHANGELOG.md"
|
||||
$content = Get-Content $changelogPath -Raw
|
||||
|
||||
echo "Content: $content"
|
||||
|
||||
# Match the section for the current version
|
||||
$pattern = "## \[$version\][^\#]+"
|
||||
if ($content -match $pattern) {
|
||||
|
||||
Reference in New Issue
Block a user