Skip to content

Commit

Permalink
Fix deploy and add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 28, 2024
1 parent 119c99d commit f1d8ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Add GitHub Package Repository source
run: dotnet nuget add source --username fredimachado --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/fredimachado/index.json"
run: dotnet nuget add source --username fredimachado --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github --skip-duplicate "https://nuget.pkg.github.com/fredimachado/index.json"

- name: Push to GitHub Packages
run: dotnet nuget push **/ci/*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Aspire.Hosting.WireMock
# Aspire.Hosting.WireMock ![CI](https://github.com/fredimachado/Aspire.Hosting.WireMock/actions/workflows/ci.yml/badge.svg)

Aspire.Hosting.WireMock adds API mocking support for [.NET Aspire](https://github.com/dotnet/aspire) using WireMock.Net.

Expand Down

0 comments on commit f1d8ed1

Please sign in to comment.