Skip to content

Commit a1cf55a

Browse files
committed
Refactor deploy workflow to update admin settings and simplify latest tag update step
1 parent 4956eef commit a1cf55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
vars.teamKillValueDecreasePerSecond 0.01
217217
vars.teamKillKickForBan 0
218218
RM.setDevelopers "names" "space" "seperated"
219-
RM.setAdmins "[ENTE]VileEnd" "Admin2"
219+
RM.setAdmins "Admin1" "Admin2"
220220
RM.setLightAdmins "LightAdmin1" "LightAdmin2"
221221
RM.serverInfo "Sample RM Server Info"
222222
RM.serverLicenseKey $env:LIC_KEY
@@ -262,7 +262,7 @@ jobs:
262262
### 🔧 Bundler Changelog
263263
${{ steps.tag_version.outputs.changelog }}
264264
265-
# --- 9. UPDATE LATEST TAG (Add tag to same commit) ---
265+
# --- 9. UPDATE LATEST TAG ---
266266
- name: Update 'latest' Tag
267267
run: |
268268
git config user.name "GitHub Actions"

0 commit comments

Comments
 (0)