From 8ad8455e9a8c9a00b30c305b82cf1e350d7e7cd5 Mon Sep 17 00:00:00 2001 From: Favo Yang Date: Mon, 6 Jan 2020 01:47:31 +0800 Subject: [PATCH] fix: ci release task --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19bfeae8..5ee68198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: needs: test if: github.ref == 'refs/heads/master' steps: + - uses: actions/checkout@v1 - name: Release uses: cycjimmy/semantic-release-action@v2 with: