Skip to content

Commit

Permalink
ci: explicit generated test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFabre committed Oct 29, 2024
1 parent 439a8b3 commit e870d00
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 e870d00

Please sign in to comment.