Skip to content

Commit

Permalink
build: add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
nflatley-zengenti committed Nov 23, 2023
1 parent 88ccca9 commit dbfb52c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
canvas-react: ${{ steps.publish-package.outputs.react }}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

- name: Find changes in packages
id: changed-packages
uses: tj-actions/changed-files@v40
Expand Down

0 comments on commit dbfb52c

Please sign in to comment.