Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed May 14, 2024
1 parent 7a957ea commit 56aa54c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ jobs:
run: dotnet build --configuration Release
dotnet pack --configuration Release --output ./output --no-build
- name: Publish to NuGet
uses: NuGet/nuget-push-action@v1
with:
nuget_key: ${{ secrets.NUGET_APIKEY }} # Make sure to set this secret in your repository settings
nuget_package: './output/*.nupkg'
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 56aa54c

Please sign in to comment.