We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2c3bc commit 1f56c07Copy full SHA for 1f56c07
2 files changed
.github/workflows/auto_release.yml
@@ -25,7 +25,7 @@ jobs:
25
shared-key: "share"
26
27
- name: Setup localization runner tools
28
- run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization
+ run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization
29
30
- name: Auto Release
31
env:
.github/workflows/pr_check.yml
@@ -27,7 +27,7 @@ jobs:
32
- name: PR Check
33
0 commit comments