Skip to content

Commit c970a66

Browse files
authored
Update dotnet.yml
1 parent 6b88f38 commit c970a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: env.NUGET_TOKEN_EXISTS != ''
5353
run: |
5454
ls ./GithubActionsHelloWorld/bin/Release
55-
dotnet nuget push ./GithubActionsHelloWorld/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json
55+
dotnet nuget push ./GithubActionsHelloWorld/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}} --source https://apiint.nugettest.org/v3/index.json
5656
- uses: "marvinpinto/action-automatic-releases@latest"
5757
with:
5858
repo_token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)