Skip to content

Commit 4cd27f2

Browse files
author
Evgeny Zakharov
authored
Merge pull request #10 from js-templates/chore/fix-release-workflow-3
Fix release workflow 3
2 parents e208146 + 331f401 commit 4cd27f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
4646
- name: Checkout
4747
uses: actions/checkout@v3
48+
with:
49+
fetch-depth: 0
4850

4951
- name: Create branch
5052
if: ${{ needs.get-meta.outputs.branch-exists == 'false' }}

0 commit comments

Comments
 (0)