Skip to content

Commit

Permalink
ci(Pipeline): removed publish conditions [skip ci] [skip hint]
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Sep 28, 2022
1 parent d7a3265 commit c65378c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- name: Build
run: dotnet build "./src/Neuroglia Framework.sln" --configuration Release --no-restore
- name: Publish
if: github.event_name != 'pull_request' && github.repository == 'neuroglia-io/framework' && github.ref_name == 'main'
run: dotnet nuget push "./src/*/*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit c65378c

Please sign in to comment.