Skip to content

Commit

Permalink
Workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-gimenez committed Mar 31, 2024
1 parent 55c8c74 commit 4a1272a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
branches-ignore:
- 'release/v**'
paths-ignore:
- '**/*.md'
- '**/*.sln'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: dotnet pack --configuration Release --no-build --verbosity normal --output ./Artifacts/ -p:Version=${{ steps.version_run_number.outputs.version }} --no-restore

- name: Publish packages
run: dotnet nuget push ./**/*.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NIVAES_NUGET_TOKEN }}
run: dotnet nuget push ./Artifacts/*.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NIVAES_NUGET_TOKEN }}

0 comments on commit 4a1272a

Please sign in to comment.