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 283a255 commit c474c01Copy full SHA for c474c01
.github/workflows/ci.yaml
@@ -22,6 +22,12 @@ jobs:
22
with:
23
dotnet-version: '7.x' # Specify the version or use 'latest' for the most recent
24
25
+ - name: Run BumpVersion script
26
+ shell: pwsh
27
+ run: ./Tool/BuildAutomationTool/BumpVersion.ps1
28
+ env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+
31
- name: Install dependencies
32
run: cd Tool/BuildAutomationTool && dotnet restore BuildAutomationTool.sln
33
0 commit comments