Skip to content

Commit eedfcdb

Browse files
committed
Update.
1 parent 51f42ee commit eedfcdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,15 @@ jobs:
2929
outputs:
3030
tag_name: ${{ steps.extract_branch.outputs.tag }}
3131
steps:
32-
- run: git config --global --add safe.directory /__w/xos/serverstatus
3332
- uses: actions/checkout@v4
3433
with:
3534
fetch-depth: 0 # Ensure full repository is checked out
3635

36+
- run: git config --global --add safe.directory /__w/xos/serverstatus
37+
38+
- name: Set working directory
39+
run: cd /__w/xos/serverstatus
40+
3741
- name: Fetch IPInfo GeoIP Database
3842
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
3943
env:

0 commit comments

Comments
 (0)