Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Oct 10, 2024
2 parents 5504d64 + 4528fb1 commit c0936b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: ci.yml
workflow_conclusion: success
branch: main
branch: ${{github.ref_name}}
name: nugetPackages-${{github.ref_name}}

- name: Display structure of downloaded files
run: ls -R

- name: Push package to NuGet.org
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET }} -s https://api.nuget.org/v3/index.json

0 comments on commit c0936b8

Please sign in to comment.