Skip to content

Commit ecf030d

Browse files
committed
fix: Fixed critical nuget packing issue
1 parent 25f8aab commit ecf030d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
for project in "${PROJECTS[@]}"; do
8989
dotnet pack "$project" \
9090
--configuration Release \
91-
--no-build \
91+
--no-restore \
9292
--output ./artifacts \
9393
/p:PackageVersion=$VERSION
9494
done

0 commit comments

Comments
 (0)