Skip to content

Commit

Permalink
Automatically merge branch during deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 7, 2024
1 parent ed8f899 commit 3c6a72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} --generate-notes
gh merge --branch ${{ github.ref_name }}

0 comments on commit 3c6a72c

Please sign in to comment.