We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a418223 commit ba74c9fCopy full SHA for ba74c9f
.github/workflows/get_versions.yml
@@ -23,9 +23,9 @@ jobs:
23
getting_versions:
24
env:
25
#Update these base version numbers
26
- mdix-version: "5.2.0"
27
- mdix-colors-version: "5.2.0"
28
- mdix-mahapps-version: "5.2.0"
+ mdix-version: "5.2.1"
+ mdix-colors-version: "5.2.1"
+ mdix-mahapps-version: "5.2.1"
29
name: Set version numbers
30
runs-on: ubuntu-latest
31
defaults:
.github/workflows/release.yml
@@ -313,6 +313,8 @@ jobs:
313
Update-Version -Prefix "mdix-mahapps-version"
314
315
- name: Open Pull Request
316
+ env:
317
+ GITHUB_TOKEN: ${{ secrets.SA_PAT }}
318
run: |
319
git config --local user.email "github-actions[bot]@users.noreply.github.com"
320
git config --local user.name "github-actions[bot]"
0 commit comments