From c802b8cb47876f6bdfab99e8aa802e53e8bccbb4 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 14 May 2020 02:15:58 +0200 Subject: [PATCH] update --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8e68d90..969f5a9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,6 +36,7 @@ jobs: needs: update_changelog_and_sync_package_lock_version steps: + - uses: actions/checkout@v2 - name: Remove branch 'latest' continue-on-error: true run: git push origin :latest