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 526c0bd commit 9f388d9Copy full SHA for 9f388d9
.github/workflows/create-release-pr.yml
@@ -42,11 +42,11 @@ jobs:
42
with:
43
fetch-depth: '0'
44
token: ${{ env.AWS_SECRET_TOKEN }}
45
- # Install .NET8 which is needed for AutoVer
46
- - name: Setup .NET 8.0
+ # Install .NET9 which is needed for AutoVer
+ - name: Setup .NET 9.0
47
uses: actions/setup-dotnet@v4
48
49
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
50
# Install AutoVer to automate versioning and changelog creation
51
- name: Install AutoVer
52
run: dotnet tool install --global AutoVer --version 0.0.24
0 commit comments