Skip to content

Commit

Permalink
chore: fix release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Jan 11, 2021
1 parent d24c7a5 commit e16487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
VERSION=`git describe --tags`
echo "Publishing Version: ${VERSION}"
npm install
dotnet build components/AntDesign.csproj -c Release
dotnet build components/AntDesign.csproj
dotnet pack components/AntDesign.csproj /p:PackageVersion=$VERSION -c Release -o publish
dotnet nuget push publish/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate

0 comments on commit e16487b

Please sign in to comment.