diff --git a/.github/workflows/make-package.yml b/.github/workflows/make-package.yml index 021b405..ccc2ab4 100644 --- a/.github/workflows/make-package.yml +++ b/.github/workflows/make-package.yml @@ -222,4 +222,4 @@ jobs: git push - name: Create Pull Request - run: gh pr create --base main --head new-version-$VERSION --title "New Version Zips" --body "This pull request contains the zip files for the version $VERSION." + run: gh pr create --base main --head new-version-$VERSION --title "[v$VERSION] New Version Zips" --body "This pull request contains the zip files for the version $VERSION."