diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03f689a..f37f529 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,5 +47,5 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} + gh release create v${{ github.event.inputs.version }} --target=${{ github.ref_name }} --title v${{ github.event.inputs.version }} gh pr merge ${{ github.ref_name }} --merge