From 35190ebe27fbc71220a111419f6a315e45029315 Mon Sep 17 00:00:00 2001 From: mixin27 Date: Fri, 16 Aug 2024 22:01:05 +0630 Subject: [PATCH] upgrade gitversion workflow --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f29b8d9..9a7da46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.7 + uses: gittools/actions/gitversion/setup@v1 with: versionSpec: "5.x" - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.7 + uses: gittools/actions/gitversion/execute@v1 - name: Create version.txt with nuGetVersion run: echo ${{ steps.gitversion.outputs.nuGetVersion }} > version.txt - name: Upload version.txt