Skip to content

Commit

Permalink
Fix pathing to nuget folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 21, 2024
1 parent fbefe6c commit b0d0e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
commit-msg: Commit Nuget Package
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Push Package
run: dotnet nuget push Avalara.SDK.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${GITHUB_TOKEN}
run: dotnet nuget push ./nuget/Avalara.SDK.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${GITHUB_TOKEN}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_API_TOKEN }}

0 comments on commit b0d0e37

Please sign in to comment.