We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877d0e9 commit 5f139acCopy full SHA for 5f139ac
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,6 @@ jobs:
19
dotnet_sdk: 10.0.103
20
artifact_glob: Avalonia.Controls.WebView.*.nupkg
21
artifact_name: Avalonia.Controls.WebView
22
- validate_release_branch: true
23
environment: release
24
create_github_release: ${{inputs.create_release}}
25
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL }}
@@ -34,7 +33,6 @@ jobs:
34
33
35
artifact_glob: Avalonia.Xpf.Controls.WebView.*.nupkg
36
artifact_name: Avalonia.Xpf.Controls.WebView
37
38
39
nuget_feed: ${{ vars.RELEASE_MANAGER_UPLOAD_URL_XPF }}
40
secrets:
0 commit comments