Skip to content

Commit

Permalink
fix: ensure full commit history is fetched for releasing so changelog…
Browse files Browse the repository at this point in the history
… is populated correctly
  • Loading branch information
JamesLMilner committed Dec 30, 2023
1 parent df04e5a commit 2c46086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v3

with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: "18.x"
Expand Down

0 comments on commit 2c46086

Please sign in to comment.