Skip to content

Commit

Permalink
Update net-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Dec 3, 2024
1 parent 6f89374 commit 7c813a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,12 @@ jobs:
dotnet test --no-build --configuration Release --logger "trx;LogFileName=TestResults.trx"
- name: Publish NuGet Packages to NuGet.org
if: false
run: |
dotnet nuget push ./nugets/*.nupkg \
--source https://api.nuget.org/v3/index.json \
--api-key ${{ secrets.NUGET_ORG_API_KEY }}
release:
if: false
name: Create Release
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 7c813a0

Please sign in to comment.