Skip to content

Commit

Permalink
unshallow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Nov 15, 2023
1 parent 1f01126 commit 4e0febb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
corepack enable
corepack prepare yarn@stable --activate
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set Image Version
run: echo "IMAGE_VERSION=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
- name: Build CLI
Expand Down

0 comments on commit 4e0febb

Please sign in to comment.