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 d9bd997 commit 2fb92f3Copy full SHA for 2fb92f3
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
build:
36
name: Build, Test, and Release
37
runs-on: ubuntu-latest
38
-
+
39
steps:
40
- name: Set Time Zone to Europe/London
41
shell: pwsh
@@ -60,12 +60,12 @@ jobs:
60
echo "Is Stable: $STRAVAIG_IS_STABLE"
61
62
- uses: actions/setup-dotnet@v4
63
- name: Setup .NET 6.0, 7.0 & 8.0
+ name: Setup .NET 6.0, 8.0 & 9.0
64
with:
65
dotnet-version: |
66
6.0.x
67
- 7.0.x
68
8.0.x
+ 9.0.x
69
70
- name: .NET State
71
run: dotnet --info
@@ -181,4 +181,4 @@ jobs:
181
message: "[bot] Post v${{ env.STRAVAIG_PACKAGE_FULL_VERSION }} release updates & bump version."
182
push: true
183
env:
184
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments