Skip to content

Commit ff61972

Browse files
committed
fix create-changelog action failing because it could not find a git repo
1 parent f2d4f71 commit ff61972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ jobs:
440440
needs: code-sign-mac-installers
441441

442442
steps:
443+
- name: Checkout
444+
uses: actions/checkout@v2
445+
443446
- name: Download artifact
444447
uses: actions/download-artifact@v2 # download all the artifacts
445448

0 commit comments

Comments
 (0)