chore: more work on workflows

This commit is contained in:
Stevan Freeborn
2024-07-07 15:33:47 -05:00
parent be836d6f48
commit 554c696069
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -67,6 +67,10 @@ jobs:
with:
name: change-log
path: src/AntropicClient
- name: Publish NuGet package
run: |
dotnet pack src/AnthropicClient/AntropicClient.csproj -o ./artifacts
dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
+1
View File
@@ -39,6 +39,7 @@ jobs:
- name: Run tests
env:
SKIP_EXAMPLES: true
AnthropicApiKey: ${{ secrets.ANTHROPIC_KEY }}
run: dotnet test
- name: Upload html coverage report
uses: actions/upload-artifact@v4