Skip to content

Commit

Permalink
Solve some issues on Readme and .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evertondavid committed Jul 22, 2024
1 parent 51d6694 commit 7fcfa21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/continous-integration-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ jobs:
- name: Push Nuget Package
run: |
cd HATEOAS
<<<<<<< HEAD
dotnet nuget push "./dist/*" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
=======
dotnet nuget push "./dist/*" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
>>>>>>> origin/main
dotnet nuget push "./dist/*" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# HATEOAS-NuGet

[![NuGet](https://img.shields.io/nuget/v/HATEOAS-NuGet.svg)](https://www.nuget.org/packages/HATEOAS-NuGet)
[![Donate with PayPal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=ZJ4NQJXEKQ63A)
[![GitHub repo](https://img.shields.io/badge/GitHub-Repository-green.svg)](https://github.com/evertondavid/HATEOAS-NuGet)
![Last Commit](https://img.shields.io/github/last-commit/evertondavid/HATEOAS-NuGet)
![Forks](https://github.com/evertondavid/HATEOAS-NuGet/actions/workflows/continous-integration-nuget.yml/badge.svg?event=fork)
Expand Down

0 comments on commit 7fcfa21

Please sign in to comment.