From c0b7a3a51d9f5e870af66146bf75d50e8b2136e1 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 29 Nov 2020 00:01:21 +0900 Subject: [PATCH] Fix github action run failed. Fix github action runs failed. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23494b7fa..cf83a79c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Fetch all tags run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - name: Get current tag - run: echo "::set-env name=CURRENT_TAG::$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))" + run: echo "CURRENT_TAG=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV - name: Install dependencies run: dotnet restore - name: Build