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 1c6bf96 commit 4019848Copy full SHA for 4019848
.github/workflows/nuget-level2.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
6
env:
7
- version: '0.95.1'
+ version: '0.95.0'
8
token: ${{ secrets.NUGET_TOKEN }}
9
10
jobs:
@@ -108,13 +108,6 @@ jobs:
108
version: ${{ env.version }}
109
token: ${{ env.token }}
110
111
- - uses: ./.github/actions/build-package
112
- with:
113
- packageId: Meadow.Foundation.Displays.WinForms
114
- path: Source/Meadow.Foundation.Peripherals/Displays.WinForms/Driver/Displays.WinForms.csproj
115
- version: ${{ env.version }}
116
- token: ${{ env.token }}
117
-
118
- uses: ./.github/actions/build-package
119
with:
120
packageId: Meadow.Foundation.ICs.IOExpanders.As1115
0 commit comments