Skip to content

Commit b84a988

Browse files
chore: add gh release to workflow (#1161)
1 parent 89c0cb7 commit b84a988

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
@@ -45,6 +45,13 @@ jobs:
4545
with:
4646
dotnet-version: '3.1.x'
4747

48+
- name: Create GitHub Release
49+
uses: sendgrid/dx-automator/actions/release@main
50+
with:
51+
footer: '**[NuGet](https://www.nuget.org/packages/Sendgrid/${version})**'
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
4855
- name: Publish package to NuGet
4956
run: |
5057
make release

0 commit comments

Comments
 (0)