Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 11, 2024
1 parent ea0acc8 commit 93b6f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
path: bin

- name: print release notes
run: cat release-notes.md
run: cat bin/release-notes.md

- name: 📦 Publish to NuGet
run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 93b6f24

Please sign in to comment.