Skip to content

Commit 5f139ac

Browse files
committed
Remove validate_release_branch
1 parent 877d0e9 commit 5f139ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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
2322
environment: release
2423
create_github_release: ${{inputs.create_release}}
2524
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL }}
@@ -34,7 +33,6 @@ jobs:
3433
dotnet_sdk: 10.0.103
3534
artifact_glob: Avalonia.Xpf.Controls.WebView.*.nupkg
3635
artifact_name: Avalonia.Xpf.Controls.WebView
37-
validate_release_branch: true
3836
environment: release
3937
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL_XPF }}
4038
secrets:

0 commit comments

Comments
 (0)