Skip to content

Commit

Permalink
Bumping versions after update
Browse files Browse the repository at this point in the history
Yet another attempt to fix the pipeline
  • Loading branch information
Keboo committed Jan 10, 2025
1 parent 070e8bb commit 17d5e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
getting_versions:
env:
#Update these base version numbers
mdix-version: "5.2.1"
mdix-colors-version: "5.2.1"
mdix-mahapps-version: "5.2.1"
mdix-version: "5.2.2"
mdix-colors-version: "5.2.2"
mdix-mahapps-version: "5.2.2"
name: Set version numbers
runs-on: ubuntu-latest
defaults:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ on:

env:
solution: MaterialDesignToolkit.Full.sln
# Needed for GitHub CLI
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.SA_PAT }}

defaults:
run:
shell: pwsh

# Needed for updating the version numbers at the end of the pipeline
permissions:
id-token: write
contents: write

jobs:
get_versions:
Expand Down Expand Up @@ -277,9 +272,6 @@ jobs:
name: Update Version Numbers
environment: production

permissions:
actions: write

steps:
# Checkout is needed so that we can update the get_versions.yml file
- uses: actions/checkout@v4
Expand Down Expand Up @@ -313,8 +305,6 @@ jobs:
Update-Version -Prefix "mdix-mahapps-version"
- name: Open Pull Request
env:
GITHUB_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]"
Expand Down

0 comments on commit 17d5e27

Please sign in to comment.