Skip to content

Commit 3a35219

Browse files
committed
Temp allow publish from workflow
1 parent 411867c commit 3a35219

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

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

8080
- name: Publish to VRChat.API to NuGet
81-
if: github.event_name == 'repository_dispatch'
8281
uses: pairbit/publish-nuget@v2.5.8
8382
with:
8483
# Filepath of the project to be packaged, relative to root of repository
@@ -93,7 +92,6 @@ jobs:
9392
INCLUDE_SYMBOLS: true
9493

9594
- name: Publish to VRChat.API.Extensions.Hosting to NuGet
96-
if: github.event_name == 'repository_dispatch'
9795
uses: pairbit/publish-nuget@v2.5.8
9896
with:
9997
# Filepath of the project to be packaged, relative to root of repository

0 commit comments

Comments
 (0)