Skip to content

Commit c141ec1

Browse files
Forgor test mode for nuget
1 parent 1ac4a50 commit c141ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event_name == 'workflow_dispatch'
1616
run: dotnet pack PolyMod.csproj -o nuget
1717
- name: Deploy nuget
18-
if: github.event_name == 'workflow_dispatch'
18+
if: github.event_name == 'workflow_dispatch_testmodebtw'
1919
run: dotnet nuget push -s https://polymod.dev/nuget/v3/index.json -k ${{ secrets.KEY }} nuget/*.nupkg
2020
- name: Get version
2121
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)