File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,7 @@ jobs:
113113 env :
114114 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
115115 - name : Create Release NuGet package
116- run : |
117- arrTag=(${GITHUB_REF//\// })
118- VERSION="${arrTag[2]}"
119- echo Version: $VERSION
120- VERSION="${VERSION//v}"
121- echo Clean Version: $VERSION
122- dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
116+ run : dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
123117# - name: Push to GitHub Feed
124118# run: |
125119# for f in ./nupkg/*.nupkg
You can’t perform that action at this time.
0 commit comments