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 0431def commit 7d35873Copy full SHA for 7d35873
.github/workflows/release.yml
@@ -35,6 +35,6 @@ jobs:
35
echo "Publishing Version: ${VERSION}"
36
npm install
37
dotnet build ./AntDesign.Pro.sln
38
- rm -f ./node_modules
+ rm -rf ./node_modules
39
dotnet pack templates.csproj /p:PackageVersion=$VERSION -c Release -o publish
40
- dotnet nuget push publish/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
+ dotnet nuget push publish/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate
0 commit comments