Skip to content

Commit

Permalink
looks gha don't like env
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Nov 29, 2024
1 parent c391411 commit 1764c70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ jobs:
test:
runs-on: ${{ matrix.os }}
needs: pack
env:
NUGET_VERSION: ${{ steps.pack.outputs.NUGET_VERSION }}

strategy:
matrix:
Expand All @@ -167,5 +165,5 @@ jobs:
- name: Run
run: |

Check failure on line 166 in .github/workflows/dotnet.yml

View workflow job for this annotation

GitHub Actions / actionlint

property "pack" is not defined in object type {}
cd tests/nuget_package
dotnet add nuget_package.csproj package libdatadog --source local --version $env:NUGET_VERSION
dotnet add nuget_package.csproj package libdatadog --source local --version ${{ steps.pack.outputs.NUGET_VERSION }}
dotnet run

0 comments on commit 1764c70

Please sign in to comment.