Skip to content

Commit 753f691

Browse files
committed
Update Nuget.yml
1 parent ac42897 commit 753f691

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/Nuget.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050
uses: battila7/get-version-action@v2
5151

5252
- name: Pack Domain Nuget
53-
run: dotnet pack ${{ env.DOMAIN_SOLUTION_PATH }} -c Release /p:Version=${{ steps.version.outputs.version-without-v }} /p:PackageReleaseNotes="See https://github.com/IOTA-NET/IotaExplorer.NET/releases/tag/${{ github.event.release.tag_name }}" --include-symbols --output ${{ env.NUGET_PATH }}
54-
53+
run: |
54+
echo ${{ steps.version.outputs.version-without-v }}
55+
echo okkkkkkkkk got version??
56+
dotnet pack ${{ env.DOMAIN_SOLUTION_PATH }} -c Release /p:Version=${{ steps.version.outputs.version-without-v }} /p:PackageReleaseNotes="See https://github.com/IOTA-NET/IotaExplorer.NET/releases/tag/${{ github.event.release.tag_name }}" --include-symbols --output ${{ env.NUGET_PATH }}
57+
5558
- name: Create Domain NuGet Package Artifact
5659
uses: actions/upload-artifact@v1
5760
with:

0 commit comments

Comments
 (0)