Skip to content

Commit

Permalink
remove release step
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke committed Jan 31, 2022
1 parent 6539c86 commit 6924bbb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ 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/${version})**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package to NuGet
run: |
make release
Expand Down

0 comments on commit 6924bbb

Please sign in to comment.