ci(release): fix release workflow formatting

This commit is contained in:
sct
2021-01-30 06:02:45 +00:00
parent 71875efb48
commit 6f3f24a1d7

View File

@@ -55,10 +55,11 @@ jobs:
- armhf - armhf
steps: steps:
- name: Checkout Code - name: Checkout Code
- uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- run: git checkout master - name: Switch to master branch
run: git checkout master
- name: Prepare - name: Prepare
id: prepare id: prepare