Skip to content

Commit 87bc99b

Browse files
authored
chore: fix gh action release workflow (#105)
1 parent e5129e6 commit 87bc99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919

2020
- name: Publish package to NuGet
2121
run: |
22-
make install
23-
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
22+
make test
23+
dotnet nuget push **/SendGrid*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
2424
2525
notify-on-failure:
2626
name: Slack notify on failure

0 commit comments

Comments
 (0)