Skip to content

Commit 2ef7c32

Browse files
authored
Merge pull request #35 from sharpcode-it/develop
Update wfnetcorev2.yaml
2 parents f7e4811 + 36ed252 commit 2ef7c32

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)