Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaier committed May 31, 2024
1 parent 8930717 commit b025643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 50
fetch-tags: true

- name: Setup git
run: git config --global user.email "[email protected]" && git config --global user.name "GitHub CI"
Expand Down

0 comments on commit b025643

Please sign in to comment.