Skip to content

Commit 6ded919

Browse files
authored
Merge pull request #8 from AIO-GAME/1.x
1.x
2 parents c051efb + ba306df commit 6ded919

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"name": "package.openupm.com",
3838
"url": "https://package.openupm.com",
3939
"scopes": [
40-
"com.aio.timer"
40+
"com.aio.timer",
41+
"com.aio.runner"
4142
]
4243
}
4344
]

.github/README_EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"name": "package.openupm.com",
3838
"url": "https://package.openupm.com",
3939
"scopes": [
40-
"com.aio.timer"
40+
"com.aio.timer",
41+
"com.aio.runner"
4142
]
4243
}
4344
]

.github/upversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def read_current_version() -> str:
178178
# 上传到远程仓库 捕获异常
179179
if current_version != new_version:
180180
try:
181-
subprocess.run(['git', 'pull'], check=True)
181+
subprocess.run(['git', 'pull', 'origin', current_branch], check=True)
182182
subprocess.run(['git', 'add', 'package.json'], check=True)
183183
subprocess.run(['git', 'commit', '-m', f"✨ up version {current_branch} -> {new_version}"], check=True)
184184
subprocess.run(['git', 'push', 'origin', current_branch], check=True)

.gitmodules

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)