Skip to content

Commit ae3d75f

Browse files
committed
git fetch before changing branches
1 parent 28184de commit ae3d75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126

127127
- name: Zip Chromium extension
128128
run: |
129+
git fetch --all
129130
git checkout main
130131
VERSION=${{ needs.check_version.outputs.new_version }}
131132
zip -r ../signature-sync-chrome-${VERSION}.zip . -x '.*' -x '__MACOSX' -x '*.md'

0 commit comments

Comments
 (0)