Skip to content

Commit 1764c70

Browse files
committed
looks gha don't like env
1 parent c391411 commit 1764c70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ jobs:
139139
test:
140140
runs-on: ${{ matrix.os }}
141141
needs: pack
142-
env:
143-
NUGET_VERSION: ${{ steps.pack.outputs.NUGET_VERSION }}
144142

145143
strategy:
146144
matrix:
@@ -167,5 +165,5 @@ jobs:
167165
- name: Run
168166
run: |
169167
cd tests/nuget_package
170-
dotnet add nuget_package.csproj package libdatadog --source local --version $env:NUGET_VERSION
168+
dotnet add nuget_package.csproj package libdatadog --source local --version ${{ steps.pack.outputs.NUGET_VERSION }}
171169
dotnet run

0 commit comments

Comments
 (0)