Skip to content

Commit 17d5e27

Browse files
committed
Bumping versions after update
Yet another attempt to fix the pipeline
1 parent 070e8bb commit 17d5e27

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/get_versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
getting_versions:
2424
env:
2525
#Update these base version numbers
26-
mdix-version: "5.2.1"
27-
mdix-colors-version: "5.2.1"
28-
mdix-mahapps-version: "5.2.1"
26+
mdix-version: "5.2.2"
27+
mdix-colors-version: "5.2.2"
28+
mdix-mahapps-version: "5.2.2"
2929
name: Set version numbers
3030
runs-on: ubuntu-latest
3131
defaults:

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ on:
1010

1111
env:
1212
solution: MaterialDesignToolkit.Full.sln
13-
# Needed for GitHub CLI
14-
GITHUB_TOKEN: ${{ github.token }}
13+
GITHUB_TOKEN: ${{ secrets.SA_PAT }}
1514

1615
defaults:
1716
run:
1817
shell: pwsh
1918

20-
# Needed for updating the version numbers at the end of the pipeline
21-
permissions:
22-
id-token: write
23-
contents: write
2419

2520
jobs:
2621
get_versions:
@@ -277,9 +272,6 @@ jobs:
277272
name: Update Version Numbers
278273
environment: production
279274

280-
permissions:
281-
actions: write
282-
283275
steps:
284276
# Checkout is needed so that we can update the get_versions.yml file
285277
- uses: actions/checkout@v4
@@ -313,8 +305,6 @@ jobs:
313305
Update-Version -Prefix "mdix-mahapps-version"
314306
315307
- name: Open Pull Request
316-
env:
317-
GITHUB_TOKEN: ${{ secrets.SA_PAT }}
318308
run: |
319309
git config --local user.email "github-actions[bot]@users.noreply.github.com"
320310
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)