We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2180de commit f5c299bCopy full SHA for f5c299b
.github/workflows/build.yml
@@ -23,3 +23,11 @@ jobs:
23
run: dotnet restore
24
- name: Build
25
run: dotnet build --configuration Release --no-restore
26
+ - name: Publish
27
+ uses: brandedoutcast/publish-nuget@v2
28
+ if: success() && github.ref_name == 'master'
29
+ with:
30
+ PROJECT_FILE_PATH: ModernWpf.Controls/ModernWpf.Controls.csproj
31
+ PACKAGE_NAME: ModernWpfUI
32
+ VERSION_FILE_PATH: Directory.Build.props
33
+ NUGET_KEY: ${{secrets.NUGET_API_KEY}}
0 commit comments