ci(snap): pull latest from master when doing snap release

This commit is contained in:
sct
2021-02-05 14:14:16 +00:00
parent c5be00eebf
commit c0ea2bd189

View File

@@ -60,6 +60,8 @@ jobs:
fetch-depth: 0
- name: Switch to master branch
run: git checkout master
- name: Pull latest changes
run: git pull
- name: Prepare
id: prepare