Skip to content

Commit

Permalink
Update netlicensing-csharp-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Oct 31, 2023
1 parent edf5b76 commit 131749d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/netlicensing-csharp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Pack nugets
run: dotnet pack -c Release --no-build --output .
run: dotnet pack --configuration Release --no-build --output .
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
#- name: Publish to NuGet
# uses: brandedoutcast/publish-nuget@v2
# with:
# PROJECT_FILE_PATH: NetLicensingClient/NetLicensingClient.csproj
# VERSION_REGEX: '^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$'
# TAG_FORMAT: '*'
# NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit 131749d

Please sign in to comment.