Skip to content

Commit 1be521b

Browse files
authored
Merge pull request #33 from digma-ai/asafchen-dig-patch-1
Update packman.yml
2 parents f1b7ac7 + 90b605d commit 1be521b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/packman.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
# Optionally strip `v` prefix
1919
strip_v: true
20+
- name: Setup .NET 9.0
21+
uses: actions/setup-dotnet@v2
22+
with:
23+
dotnet-version: 9.0.x
2024
- uses: ./.github/workflows/composite/pack
2125
with:
2226
project: OpenTelemetry.Instrumentation.Digma

0 commit comments

Comments
 (0)