Skip to content

Commit c474c01

Browse files
authored
Update ci.yaml
1 parent 283a255 commit c474c01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
with:
2323
dotnet-version: '7.x' # Specify the version or use 'latest' for the most recent
2424

25+
- name: Run BumpVersion script
26+
shell: pwsh
27+
run: ./Tool/BuildAutomationTool/BumpVersion.ps1
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
2531
- name: Install dependencies
2632
run: cd Tool/BuildAutomationTool && dotnet restore BuildAutomationTool.sln
2733

0 commit comments

Comments
 (0)