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