Skip to content

Commit

Permalink
no service option
Browse files Browse the repository at this point in the history
  • Loading branch information
drr00t committed Feb 14, 2023
1 parent 4889e67 commit 87e9be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - name: Push to GitHub Nuget
# run: dotnet nuget push *.${VERSION}.nupkg --api-key ${{secrets.PKG_GITHUB_TOKEN}} -s https://nuget.pkg.github.com/roadtoagility/index.json --skip-duplicate
- name: Publish the package to nuget.org
run: dotnet nuget push *.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key $NUGET_AUTH_TOKEN --skip-duplicate
run: dotnet nuget push *.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json --api-key $NUGET_AUTH_TOKEN --skip-duplicate --no-service-endpoint
# env:
# NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
create-github-release:
Expand Down

0 comments on commit 87e9be5

Please sign in to comment.