From 5c1e78e4dd08ffeab0d4c806fd6887013e059d25 Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sat, 18 Apr 2020 22:07:29 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=A2=9E=E5=8A=A0=20actions/checkout@v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3536380..7dc876c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ jobs: if: "! contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 - name: Semantic Release uses: cycjimmy/semantic-release-action@v2 with: