Skip to content

Commit

Permalink
fix pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
murtll authored Apr 4, 2023
1 parent f39eaac commit 7c02d9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Make changelog
shell: bash
run: |
Expand Down

0 comments on commit 7c02d9e

Please sign in to comment.