Fix publish packages workflow (#4783)

This commit is contained in:
Utkarsh Umesan Pillai 2023-08-17 15:49:10 -07:00 committed by GitHub
parent f23e804c3d
commit 37fb2c100a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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