Skip to content

Commit 0154334

Browse files
restore tools before packing release
1 parent 2709214 commit 0154334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
echo Version: $VERSION
8282
VERSION="${VERSION//v}"
8383
echo Clean Version: $VERSION
84+
dotnet tool restore
8485
dotnet pack -v normal -c Release -p:PackageVersion=$VERSION -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.fsproj
8586
- name: Push to GitHub Feed
8687
run: |

0 commit comments

Comments
 (0)