Skip to content

Commit 7d35873

Browse files
authored
Update release.yml
1 parent 0431def commit 7d35873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
echo "Publishing Version: ${VERSION}"
3636
npm install
3737
dotnet build ./AntDesign.Pro.sln
38-
rm -f ./node_modules
38+
rm -rf ./node_modules
3939
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
40+
dotnet nuget push publish/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate

0 commit comments

Comments
 (0)