Skip to content

Commit

Permalink
fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Mar 2, 2024
1 parent e148a02 commit e3baaf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Build
run: |
dotnet build BitzArt.Blazor.Cookies.sln --configuration Release /p:Version=${VERSION}
dotnet pack BitzArt.Blazor.Cookies.sln --configuration Release /p:Version=${VERSION} --no-build --output .
dotnet build Blazor.Cookies.sln --configuration Release /p:Version=${VERSION}
dotnet pack Blazor.Cookies.sln --configuration Release /p:Version=${VERSION} --no-build --output .
- name: Push
run: |
Expand Down

0 comments on commit e3baaf7

Please sign in to comment.