Skip to content

Commit

Permalink
Merge pull request #6 from AlexFabre/fix/ci-tag-pipeline
Browse files Browse the repository at this point in the history
Fix: CI tag pipeline
  • Loading branch information
AlexFabre authored Oct 29, 2024
2 parents 439a8b3 + e870d00 commit 38f0e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Run rever on itself
run: ./rever.sh -l
run: ./rever.sh -l -o base_version.h -f base -t v

- name: Checking version
run: ci-script/check_rever_version.sh rever.sh version.h
run: ci-script/check_rever_version.sh rever.sh base_version.h

0 comments on commit 38f0e38

Please sign in to comment.