Skip to content

Commit 2680fc0

Browse files
committed
Tiny things
1 parent ba49b46 commit 2680fc0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: release
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build-mod:

noita-proxy/assets/lang/en-US/main.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Info = Info
153153

154154
connect_settings_random_ports = Don't use a predetermined port. Makes things a bit more robust and allows multiple proxies to be launched on the same computer, but Noita will have to be launched through the proxy.
155155
156-
##Arrow UX settings
156+
## Arrow UX settings
157157

158158
ping-note = Ping arrow parameters
159159
ping-lifetime = Ping arrow lifetime in seconds.

noita-proxy/assets/lang/ru-RU/main.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Info = Info
151151

152152
connect_settings_random_ports = Don't use a predetermined port. Makes things a bit more robust and allows multiple proxies to be launched on the same computer, but Noita will have to be launched through the proxy.
153153
154-
##Arrow UX settings
154+
## Arrow UX settings
155155

156156
ping-note = Параметры стрелочки-пинга
157157
ping-lifetime = Время жизни стрелки в секундах.

scripts/check_pre_ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def main():
5050
notes_path = generate_notes(tag)
5151

5252
subprocess.check_call(["git", "tag", "-a", "-F", notes_path, tag ])
53+
subprocess.check_call(["git", "push", "--follow-tags"])
5354
subprocess.check_call(["git", "push"])
5455
subprocess.check_call(["git", "push", "--tags"])
5556

0 commit comments

Comments
 (0)