From 23b5ccc273cd9649fd631c7234a87cf244f07d3a Mon Sep 17 00:00:00 2001 From: Shwetha Radhakrishna Date: Thu, 3 Feb 2022 13:48:59 -0600 Subject: [PATCH] chore: add gh release to workflow --- .github/workflows/test-and-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 4f8f325..bad1e05 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,6 +39,13 @@ jobs: with: dotnet-version: '3.1.x' + - name: Create GitHub Release + uses: sendgrid/dx-automator/actions/release@main + with: + footer: '**[NuGet](https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client/${version})**' + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Publish package to NuGet run: | make test