We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b88f38 commit c970a66Copy full SHA for c970a66
.github/workflows/dotnet.yml
@@ -52,7 +52,7 @@ jobs:
52
if: env.NUGET_TOKEN_EXISTS != ''
53
run: |
54
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
+ dotnet nuget push ./GithubActionsHelloWorld/bin/Release/*.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}} --source https://apiint.nugettest.org/v3/index.json
56
- uses: "marvinpinto/action-automatic-releases@latest"
57
with:
58
repo_token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments