Skip to content

Commit

Permalink
adding fetch dept to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxrcon authored Jul 5, 2022
1 parent f11a9cb commit 996ef8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run Test
id: run_test
shell: pwsh
Expand All @@ -33,7 +35,7 @@ jobs:
id: modified
run: |
set -o noglob
log=$(cat << "EOF" | grep -v :robot: | tac
log=$(cat << "EOF" | grep -v :robot:| tac
${{steps.build_changelog.outputs.changelog}}
EOF
)
Expand Down

0 comments on commit 996ef8d

Please sign in to comment.