Skip to content

Commit 03e596b

Browse files
authored
Update main.yml
1 parent 88764ec commit 03e596b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: nuget/setup-nuget@v2.0.0
2525

2626
- name: Publish VL Nuget
27-
uses: vvvv/PublishVLNuget@1.0.45
27+
uses: vvvv/PublishVLNuget@1.0.46
2828
with:
2929
csproj: 'src\Fuse\Fuse.csproj,src\OctreePly\OctreePly.csproj'
3030
nuspec: deployment\VL.Fuse.nuspec
3131
version: ${{ github.event.inputs.version }}
32-
nuget-key: ${{ secrets.NUGET_KEY }}
32+
nuget-key: ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)