We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9476c7 commit 0497af8Copy full SHA for 0497af8
1 file changed
.github/workflows/publish-nuget.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Pack
30
run: dotnet pack BarcodeScanning.Native.Maui/BarcodeScanning.Native.Maui.csproj -c Release -o ./nupkgs
31
+
32
+ - name: Publish to NuGet
33
+ run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments