Skip to content

Commit

Permalink
chore: Fix release ci step to determine next version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasulani authored Jan 18, 2025
1 parent fa2ad5e commit 6980818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Git
run: |
Expand Down

0 comments on commit 6980818

Please sign in to comment.