Skip to content

Commit

Permalink
Build on pack
Browse files Browse the repository at this point in the history
  • Loading branch information
andyevansrazor committed Mar 10, 2024
1 parent 9169f4c commit cdc812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Create package
run: dotnet pack --no-build --output nupkgs --version-suffix ${GITHUB_REF#refs/tags/}
run: dotnet pack --output nupkgs --version-suffix ${GITHUB_REF#refs/tags/}

- name: Publish package
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit cdc812c

Please sign in to comment.