From fde03287d2b5021424d5cdf5b29edee886818086 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Sat, 1 Oct 2022 09:34:18 +0900 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index bce1715..466e1fd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -46,6 +46,7 @@ jobs: timeout-minutes: 10 steps: - uses: Cysharp/Actions/.github/actions/setup-dotnet@main + - uses: actions/checkout@v3 # tag - name: tag run: git tag ${{ env.GIT_TAG }}