Skip to content

Commit

Permalink
fix: added fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Nov 13, 2023
1 parent a35d42b commit 2721370
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Prepare release
uses: labd/changie-release-action@4ac62d64b3fb4e396ec632ebecb74626e1c25d46
Expand Down

0 comments on commit 2721370

Please sign in to comment.