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 411867c commit 3a35219Copy full SHA for 3a35219
.github/workflows/ci.yaml
@@ -78,7 +78,6 @@ jobs:
78
commit-message: "Upgrade .NET SDK to spec ${{ env.vrchat_sdk_version }}"
79
80
- name: Publish to VRChat.API to NuGet
81
- if: github.event_name == 'repository_dispatch'
82
uses: pairbit/publish-nuget@v2.5.8
83
with:
84
# Filepath of the project to be packaged, relative to root of repository
@@ -93,7 +92,6 @@ jobs:
93
92
INCLUDE_SYMBOLS: true
94
95
- name: Publish to VRChat.API.Extensions.Hosting to NuGet
96
97
98
99
0 commit comments