Skip to content

Commit 166c796

Browse files
committed
Force a tag.
1 parent f6687c5 commit 166c796

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/android_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🤖 Android Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: verbose=yes warnings=extra debug_symbols=no module_text_server_fb_enabled=yes
88
concurrency:
99
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android

.github/workflows/ios_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🍏 iOS Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: verbose=yes warnings=extra debug_symbols=no module_text_server_fb_enabled=yes
88
concurrency:
99
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios

.github/workflows/javascript_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🌐 JavaScript Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: verbose=yes warnings=extra debug_symbols=no
88
EM_VERSION: 3.1.18
99
EM_CACHE_FOLDER: "emsdk-cache"

.github/workflows/linux_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🐧 Linux Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: ' verbose=yes warnings=extra module_text_server_fb_enabled=yes '
88
DOTNET_NOLOGO: true
99
DOTNET_CLI_TELEMETRY_OPTOUT: true

.github/workflows/macos_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🍎 macOS Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: verbose=yes warnings=extra module_text_server_fb_enabled=yes
88
concurrency:
99
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos

.github/workflows/server_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ☁ Server Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: ' verbose=yes warnings=extra module_text_server_fb_enabled=yes '
88
DOTNET_NOLOGO: true
99
DOTNET_CLI_TELEMETRY_OPTOUT: true

.github/workflows/windows_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🏁 Windows Builds
33
- push
44
- pull_request
55
env:
6-
GODOT_BASE_BRANCH: "4.0"
6+
GODOT_BASE_BRANCH: "4.0.3-stable"
77
SCONSFLAGS: ' use_mingw=yes debug_symbols=no verbose=yes warnings=extra module_text_server_fb_enabled=yes'
88
SCONS_CACHE_MSVC_CONFIG: true
99
concurrency:

0 commit comments

Comments
 (0)