Skip to content

Commit

Permalink
ci(snapcraft): remove --unshallow argument from fetch in Prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
sct committed Jan 30, 2021
1 parent 686fe6f commit 06261c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Prepare
id: prepare
run: |
git fetch --prune --unshallow --tags
git fetch --prune --tags
if [[ $GITHUB_REF == refs/tags/* || $GITHUB_REF == refs/heads/master ]]; then
echo ::set-output name=RELEASE::stable
else
Expand Down

0 comments on commit 06261c1

Please sign in to comment.