Skip to content

Commit

Permalink
fix(Release): import twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jun 21, 2024
1 parent 5254bab commit 64a4522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
# Execute commands to build the project
- - "@semantic-release/exec"
- shell: true
prepareCmd: "make in-docker IMAGE_TAG=4.2.2 TARGET='clean import dist'"
prepareCmd: "make in-docker IMAGE_TAG=4.2.2 TARGET='import' && make in-docker IMAGE_TAG=4.2.2 TARGET='import dist'"

# Publish artifacts as a GitHub release
- - "@semantic-release/github"
Expand Down
2 changes: 2 additions & 0 deletions core/systems/threading/shared_thread.gd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ var logger := Log.get_logger("SharedThread", Log.LEVEL.INFO)


func _init() -> void:
if Engine.is_editor_hint():
return
watchdog.add_thread(self)


Expand Down

0 comments on commit 64a4522

Please sign in to comment.