Merge pull request #2051 from wainersm/hot_fix_snap_ci

ci: snap: Fetch history to all branches and tags
This commit is contained in:
Fabiano Fidêncio
2021-06-16 22:41:02 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1

View File

@@ -6,6 +6,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1