Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyNovikov89 authored Aug 30, 2024
1 parent 3ac8e78 commit deeb3ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
push:
paths-ignore:
- "**/*.md"
- "**/*.yml"

jobs:
build_and_test:
Expand Down Expand Up @@ -72,4 +71,4 @@ jobs:
- name: Push NuGet package
run: |
dotnet nuget push "**/*.nupkg" --source ${{ secrets.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_KEY }}
dotnet nuget push "**/*.nupkg" --source ${{ secrets.NUGET_SOURCE }} --api-key ${{ secrets.NUGET_KEY }}

0 comments on commit deeb3ea

Please sign in to comment.