Skip to content

Commit 6f1c121

Browse files
chore: add gh release to workflow (#108)
1 parent bf9dfb9 commit 6f1c121

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
with:
4040
dotnet-version: '3.1.x'
4141

42+
- name: Create GitHub Release
43+
uses: sendgrid/dx-automator/actions/release@main
44+
with:
45+
footer: '**[NuGet](https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client/${version})**'
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
4249
- name: Publish package to NuGet
4350
run: |
4451
make test

0 commit comments

Comments
 (0)