From 2e724b5bd8f8eda77be092ea77a8b54b8982e8bb Mon Sep 17 00:00:00 2001 From: samwiseg0 <2241731+samwiseg0@users.noreply.github.com> Date: Sat, 30 Jan 2021 00:53:19 -0500 Subject: [PATCH] build(snap): Fix snap to pull from latest master [skip ci] (#783) --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8412f61e..4ea786113 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,10 @@ jobs: - armhf steps: - name: Checkout Code - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - run: git checkout master - name: Prepare id: prepare