From a603c33fc86e67ea1fcffb784a8f60a3e6ae3c48 Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Sun, 5 Oct 2025 22:48:30 -0700 Subject: [PATCH] Updates versions to 5.3.1 Updates the base versions for mdix, mdix-colors, and mdix-mahapps to 5.3.1. Sets the GH_TOKEN environment variable for the "Open Pull Request" step in the release workflow. --- .github/workflows/get_versions.yml | 6 +++--- .github/workflows/release.yml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/get_versions.yml b/.github/workflows/get_versions.yml index 54310fd345..5199eb5c0a 100644 --- a/.github/workflows/get_versions.yml +++ b/.github/workflows/get_versions.yml @@ -23,9 +23,9 @@ jobs: getting_versions: env: #Update these base version numbers - mdix-version: "5.3.0" - mdix-colors-version: "5.3.0" - mdix-mahapps-version: "5.3.0" + mdix-version: "5.3.1" + mdix-colors-version: "5.3.1" + mdix-mahapps-version: "5.3.1" name: Set version numbers runs-on: ubuntu-latest defaults: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80a5ee0cd0..f2f62d3486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -305,6 +305,8 @@ jobs: Update-Version -Prefix "mdix-mahapps-version" - name: Open Pull Request + env: + GH_TOKEN: ${{ secrets.SA_PAT }} run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]"