Skip to content

Commit

Permalink
feat(ci): only publish actual library
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Oct 27, 2023
1 parent d1482a4 commit 00f37e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /p:Version=${VERSION}
- name: CD into Library
run: cd Elements.Quantity
- name: Pack
run: dotnet pack --output nupkgs --configuration Release /p:Version=${VERSION}
- name: Nuget Publish
Expand Down

0 comments on commit 00f37e0

Please sign in to comment.