Skip to content

Commit

Permalink
Fix push CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Aug 8, 2023
1 parent 14ba2b5 commit e49d362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: dotnet test -c Release --no-build -- Expecto.fail-on-focused-tests=true

- name: Push
if: startsWith(github.ref, 'refs/tags/v/')
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push "**/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k "$NUGET_API_KEY" --skip-duplicate

0 comments on commit e49d362

Please sign in to comment.