Skip to content

Commit d98c73e

Browse files
chore: add gh release to workflow
1 parent 3e3277d commit d98c73e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
pip install wheel
5151
python setup.py sdist bdist_wheel
5252
53+
- name: Create GitHub Release
54+
uses: sendgrid/dx-automator/actions/release@main
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5357

5458
- name: Publish package to PyPI
5559
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)