From 4eaf926b4b37acb371ca73b71f3dfd1d53c3bc27 Mon Sep 17 00:00:00 2001 From: Jonghyo Lee Date: Mon, 13 Jan 2025 22:34:25 +0900 Subject: [PATCH] new tag test --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a697e22..277cea4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -46,7 +46,7 @@ jobs: id: describe if: github.event_name == 'push' shell: pwsh - run: echo "InfoVersion=$($(git describe --tags --long) -replace $(git describe --tags --abbrev=0),'${{ steps.bump.outputs.newVersion }}')" >> $env:GITHUB_OUTPUT + run: echo "InfoVersion=$($(git describe --tags --long) -replace $(git describe --tags --abbrev=0),"${{ steps.bump.outputs.newVersion }}-from_$(git describe --tags --abbrev=0)")" >> $env:GITHUB_OUTPUT - name: Set Version if: github.event_name == 'push' uses: vers-one/dotnet-project-version-updater@v1.7