Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasZottis committed Sep 21, 2024
1 parent 1b96876 commit acaa50f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
echo "PACKAGE_NAME=$($package.FullName)" >> $env:GITHUB_ENV
- name: Enviar para nuget.org
run: dotnet nuget push $env:PACKAGE_NAME --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push $env:PACKAGE_NAME --api-key $env:NUGET_KEY --source https://api.nuget.org/v3/index.json
env:
PACKAGE_NAME: ${{ env.PACKAGE_NAME }}
PACKAGE_NAME: ${{ env.PACKAGE_NAME }}
NUGET_KEY: ${{ secrets.NUGET_KEY }}

0 comments on commit acaa50f

Please sign in to comment.