We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3259109 commit 2751158Copy full SHA for 2751158
1 file changed
.github/workflows/ci.yaml
@@ -82,7 +82,7 @@ jobs:
82
commit-message: "Upgrade .NET SDK to spec ${{ env.vrchat_sdk_version }}"
83
84
- name: Publish to VRChat.API to NuGet
85
- #if: github.event_name == 'repository_dispatch'
+ if: github.event_name == 'repository_dispatch'
86
uses: pairbit/publish-nuget@v2.5.8
87
with:
88
# Filepath of the project to be packaged, relative to root of repository
@@ -97,7 +97,7 @@ jobs:
97
INCLUDE_SYMBOLS: true
98
99
- name: Publish to VRChat.API.Extensions.Hosting to NuGet
100
101
102
103
0 commit comments