From f794f97a15fe054642e5c56786fd3ac3302760a4 Mon Sep 17 00:00:00 2001 From: rmch91 Date: Fri, 1 Mar 2024 18:53:38 +0100 Subject: [PATCH] changes --- .github/workflows/minor-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/minor-release.yml b/.github/workflows/minor-release.yml index 50f71f70d88..8b90afe609b 100644 --- a/.github/workflows/minor-release.yml +++ b/.github/workflows/minor-release.yml @@ -83,6 +83,11 @@ jobs: sed -i "s/export const PUBLISHING_VERSION = '.*';/export const PUBLISHING_VERSION = '$version';/" ./tools/config/const.ts echo "Updated PUBLISHING_VERSION in ./tools/config/const.ts." + - name: Push Changes + run: | + git add . + git commit -m "Release ${{ env.RELEASE_BRANCH }}" + - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: