Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Jun 25, 2022
1 parent 2bdf737 commit d6fe01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Publish
if: success() && github.ref_name == 'master' && github.event.head_commit.message == 'Bump version'
run: |
dotnet pack ModernWpf.Controls\ModernWpf.Controls.csproj --c Release --no-build
dotnet pack ModernWpf.Controls\ModernWpf.Controls.csproj -c Release --no-build
dotnet nuget push "artifacts\*.nupkg" -k ${{ secrets.NUGET_API_KEY }}

0 comments on commit d6fe01e

Please sign in to comment.