Skip to content

Commit 6924bbb

Browse files
remove release step
1 parent 6539c86 commit 6924bbb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ 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-
5548
- name: Publish package to NuGet
5649
run: |
5750
make release

0 commit comments

Comments
 (0)