From 9104c2944a9a0d78a004557bff49d3a2df2079a5 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Fri, 7 Apr 2023 19:31:27 -0700 Subject: [PATCH] Update main_automation.yml to remove buildMetaData and buildMetaDataPadded --- .github/workflows/main_automation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main_automation.yml b/.github/workflows/main_automation.yml index 7781217d..6ea255d4 100644 --- a/.github/workflows/main_automation.yml +++ b/.github/workflows/main_automation.yml @@ -47,8 +47,6 @@ jobs: echo "PreReleaseLabel: ${{ steps.gitversion.outputs.preReleaseLabel }}" echo "PreReleaseNumber: ${{ steps.gitversion.outputs.preReleaseNumber }}" echo "WeightedPreReleaseNumber: ${{ steps.gitversion.outputs.weightedPreReleaseNumber }}" - echo "BuildMetaData: ${{ steps.gitversion.outputs.buildMetaData }}" - echo "BuildMetaDataPadded: ${{ steps.gitversion.outputs.buildMetaDataPadded }}" echo "FullBuildMetaData: ${{ steps.gitversion.outputs.fullBuildMetaData }}" echo "MajorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }}" echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"