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.
2 parents 9ddfa9b + 87ebc8c commit 3530342Copy full SHA for 3530342
.github/workflows/build-and-test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - name: Setup .NET 9.0
+ - name: Setup .NET
19
uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: 9.0.x
.github/workflows/publish-package.yml
@@ -22,7 +22,7 @@ jobs:
22
version=$(($GITHUB_RUN_NUMBER))
23
echo "BUILD_VERSION=3.0.$version" >> ${GITHUB_ENV}
24
25
26
27
28
0 commit comments