Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SushilMallRC committed May 14, 2024
1 parent 56aa54c commit d3ad5c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-with-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build and pack
run: dotnet build --configuration Release
dotnet pack --configuration Release --output ./output --no-build
- name: Build
run: dotnet build --configuration Release
- name: Pack
run: dotnet pack --configuration Release --output ./output --no-build
- name: Publish to NuGet
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit d3ad5c7

Please sign in to comment.