Skip to content

Commit 996ef8d

Browse files
authored
adding fetch dept to release workflow
1 parent f11a9cb commit 996ef8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
1113
- name: Run Test
1214
id: run_test
1315
shell: pwsh
@@ -33,7 +35,7 @@ jobs:
3335
id: modified
3436
run: |
3537
set -o noglob
36-
log=$(cat << "EOF" | grep -v :robot: | tac
38+
log=$(cat << "EOF" | grep -v :robot:| tac
3739
${{steps.build_changelog.outputs.changelog}}
3840
EOF
3941
)

0 commit comments

Comments
 (0)