Skip to content

Commit 2751158

Browse files
authored
fix: ci
1 parent 3259109 commit 2751158

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
commit-message: "Upgrade .NET SDK to spec ${{ env.vrchat_sdk_version }}"
8383

8484
- name: Publish to VRChat.API to NuGet
85-
#if: github.event_name == 'repository_dispatch'
85+
if: github.event_name == 'repository_dispatch'
8686
uses: pairbit/publish-nuget@v2.5.8
8787
with:
8888
# Filepath of the project to be packaged, relative to root of repository
@@ -97,7 +97,7 @@ jobs:
9797
INCLUDE_SYMBOLS: true
9898

9999
- name: Publish to VRChat.API.Extensions.Hosting to NuGet
100-
#if: github.event_name == 'repository_dispatch'
100+
if: github.event_name == 'repository_dispatch'
101101
uses: pairbit/publish-nuget@v2.5.8
102102
with:
103103
# Filepath of the project to be packaged, relative to root of repository

0 commit comments

Comments
 (0)