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 0f6c797 + c5f3bed commit 1c01578Copy full SHA for 1c01578
1 file changed
.github/workflows/ci-cd.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
concurrency:
10
- group: cicd-gateway-${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: false
12
13
# contents: write -> tag job. packages: write -> push the image to GHCR, publish
@@ -23,7 +23,7 @@ jobs:
23
with:
24
major-version: '6'
25
minor-version: '0'
26
- dotnet-version: '8.0.x'
+ dotnet-version: '6.0.x'
27
28
# Build + test + push the SDK NuGet package
29
nuget-projects: 'SW.Mtm.Sdk/SW.Mtm.Sdk.csproj'
0 commit comments