Skip to content

Commit

Permalink
build: include git history for chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 15, 2023
1 parent 26570d6 commit e0663ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
VERSION: ${{ needs.release-please.outputs.version }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -102,6 +104,8 @@ jobs:
VERSION: ${{ needs.release-please.outputs.version }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit e0663ac

Please sign in to comment.