Skip to content

Commit

Permalink
chore: fetch all git history to update latest tag
Browse files Browse the repository at this point in the history
Co-authored-by: Sapphire Mason-Brown <[email protected]>
  • Loading branch information
ChunyiLyu and SaphMB committed Feb 4, 2025
1 parent 6f38cf2 commit 6cde646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Check out kratix
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Tag new version
env:
LAST_SHA: ${{ steps.checkout.outputs.commit }}
Expand Down

0 comments on commit 6cde646

Please sign in to comment.