Fix release.yml

This commit is contained in:
modmuss50 2022-04-20 23:54:46 +01:00
parent e5619fe71a
commit 2ca8fa0e26

View file

@ -18,6 +18,7 @@ jobs:
options: --user root options: --user root
steps: steps:
- run: apt update && apt install git -y - run: apt update && apt install git -y
- run: git config --global --add safe.directory /__w/TechReborn/TechReborn
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0