Fix publish packages workflow (#4783)
This commit is contained in:
parent
f23e804c3d
commit
37fb2c100a
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
fetch-depth: 0 # fetching all
|
||||
ref: ${{ github.ref || 'main' }}
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v3
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore OpenTelemetry.proj
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue