Skip to content

Commit

Permalink
Merge pull request #21 from WildernessLabs/develop
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
adrianstevens authored May 6, 2023
2 parents 3ad0df9 + ea62b1d commit 2bcba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Pack
run: dotnet pack -c Release ./Source/Juego/Juego.csproj /p:Version=${VERSION} --output .
- name: Push
run: dotnet nuget push Juego.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
run: dotnet nuget push Meadow.Juego.${VERSION}.nupkg -s https://api.nuget.org/v3/index.json -k ${NUGET_TOKEN}
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit 2bcba7d

Please sign in to comment.