Skip to content

Commit

Permalink
Update check to also generate the version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Dziemianczyk committed Mar 14, 2024
1 parent b964362 commit 7faa9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./update-submodules

- name: Generate Stone
run: ./gradlew :core:generateStone
run: ./gradlew :core:generateStone versionWriterTask

- name: Ensure no changes in Generated Code
run: ./scripts/check-clean-git-status
Expand Down

0 comments on commit 7faa9a4

Please sign in to comment.