Revert submodule update, dont pull new translations during release

This commit is contained in:
Felix Ableitner 2025-02-04 15:16:23 +01:00
parent 3d99fd3524
commit 299d11356d
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0955855d9635f88f30d7c2aeaa864278c08c985b
Subproject commit 11aacb1a41f1d614fff4cb0fd045a066947d64f4

View file

@ -31,8 +31,8 @@ cargo check
git add Cargo.lock
# Update the submodules
git submodule update --remote
git add crates/utils/translations
#git submodule update --remote
#git add crates/utils/translations
# The commit
git commit -m"Version $new_tag"