Merge branch 'release-ci' into stable

This commit is contained in:
Aliberk Sandıkçı 2025-01-27 02:26:36 +03:00
commit cbbffe964c

View file

@ -21,6 +21,7 @@ jobs:
BRANCH: ${{ github.ref_name }} BRANCH: ${{ github.ref_name }}
run: | run: |
mkdir -p "${{ github.workspace }}/stable" mkdir -p "${{ github.workspace }}/stable"
cd "${{ github.workspace }}/stable"
git clone --no-checkout https://github.com/MaintainTeam/Hypatia.git . git clone --no-checkout https://github.com/MaintainTeam/Hypatia.git .
git checkout --progress --force "stable" git checkout --progress --force "stable"