Skip to content

Commit 57d66de

Browse files
committed
Revert "Remove validate_release_branch"
This reverts commit 5f139ac.
1 parent 5f139ac commit 57d66de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
dotnet_sdk: 10.0.103
2020
artifact_glob: Avalonia.Controls.WebView.*.nupkg
2121
artifact_name: Avalonia.Controls.WebView
22+
validate_release_branch: true
2223
environment: release
2324
create_github_release: ${{inputs.create_release}}
2425
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL }}
@@ -33,6 +34,7 @@ jobs:
3334
dotnet_sdk: 10.0.103
3435
artifact_glob: Avalonia.Xpf.Controls.WebView.*.nupkg
3536
artifact_name: Avalonia.Xpf.Controls.WebView
37+
validate_release_branch: true
3638
environment: release
3739
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL_XPF }}
3840
secrets:

0 commit comments

Comments
 (0)