Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed May 6, 2023
1 parent 1bb3767 commit e18cdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Build
run: dotnet build -c Release ./Source/Clima/Meadow.Clima.csproj /p:Version=${VERSION}
run: dotnet build -c Release ./Source/Clima/Meadow.Clima/Meadow.Clima.csproj /p:Version=${VERSION}
- name: Pack
run: dotnet pack -c Release ./Source/Clima/Meadow.Clima.csproj /p:Version=${VERSION} --output .
run: dotnet pack -c Release ./Source/Clima/Meadow.Clima/Meadow.Clima.csproj /p:Version=${VERSION} --output .
- name: Push
run: dotnet nuget push Meadow.Clima.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
env:
Expand Down

0 comments on commit e18cdc5

Please sign in to comment.