Skip to content

Commit

Permalink
fix: checkout before versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Mar 30, 2024
1 parent 48bb228 commit 6e91f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/calver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ jobs:
runs-on: ubuntu-latest
name: Tag revision
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Version
uses: acrois/calver@trunk

0 comments on commit 6e91f78

Please sign in to comment.