We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceef9b1 commit 6befc80Copy full SHA for 6befc80
.github/workflows/build.yml
@@ -12,12 +12,12 @@ jobs:
12
- name: Setup .NET Core
13
uses: actions/setup-dotnet@v1
14
with:
15
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
16
- name: Build Reason
17
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
18
- name: Build Version
19
run: |
20
- dotnet tool install --global minver-cli --version 2.5.0
+ dotnet tool install --global minver-cli --version 3.0.0
21
version=$(minver --tag-prefix v)
22
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
23
echo "VERSION=$version" >> $GITHUB_ENV
0 commit comments