File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments