Skip to content

Commit 4b29924

Browse files
chore: add gh release to workflow (#128)
1 parent 9d71044 commit 4b29924

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464

6565
- run: make install
6666

67+
- name: Create GitHub Release
68+
uses: sendgrid/dx-automator/actions/release@main
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
6772
- name: Publish to Rubygems
6873
env:
6974
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_AUTH_TOKEN }}

0 commit comments

Comments
 (0)