We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5129e6 commit 87bc99bCopy full SHA for 87bc99b
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
20
- name: Publish package to NuGet
21
run: |
22
- make install
23
- dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
+ make test
+ dotnet nuget push **/SendGrid*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
24
25
notify-on-failure:
26
name: Slack notify on failure
0 commit comments