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

pull/847/head
sct 3 years ago
parent c5be00eebf
commit c0ea2bd189

@ -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

Loading…
Cancel
Save