From 6f3f24a1d7223bb094670d2e53adb9cbc2524c0c Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 30 Jan 2021 06:02:45 +0000 Subject: [PATCH] ci(release): fix release workflow formatting --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ea786113..3bd568842 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,11 @@ jobs: - armhf steps: - name: Checkout Code - - uses: actions/checkout@v2 + uses: actions/checkout@v2 with: fetch-depth: 0 - - run: git checkout master + - name: Switch to master branch + run: git checkout master - name: Prepare id: prepare