Skip to content

Commit

Permalink
update push nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepFe committed Dec 10, 2024
1 parent a5abb90 commit a7f952d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ jobs:

- name: Push NuGet package to GitHub Packages
run: |
project_dir="source/Modules/${{ github.event.inputs.project }}"
new_version="${{ env.NEW_VERSION }}"
dotnet nuget push "$project_dir/bin/Release/*$new_version*.nupkg" --source https://nuget.pkg.github.com/JosepFe/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
project_dir="/home/runner/work/devon4net/devon4net/nuget-packages"
dotnet nuget push "$project_dir/*.nupkg" --source https://nuget.pkg.github.com/JosepFe/index.json --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7f952d

Please sign in to comment.