Skip to content

Commit

Permalink
Use gh CLI to create GitHub release in deploy pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Rodriguez <[email protected]>
  • Loading branch information
lucasrod16 committed Sep 28, 2024
1 parent 716503a commit 81b4387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
run: ./scripts/deploy.sh

- name: Create GitHub Release
run: gh release create ${{ github.ref_name }} --verify-tag --notes-from-tag

0 comments on commit 81b4387

Please sign in to comment.