diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 57c0c0f..7f66e21 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -33,9 +33,7 @@ jobs: # Checkout # --------------------------------------------------------------- - name: Checkout code - run: | - git clone --depth 1 --branch ${{ github.ref_name }} \ - https://${{ secrets.GIT_TOKEN }}@git.command.vigilcyber.com/vstockwell/wraith.git . + run: git clone --depth 1 --branch ${{ github.ref_name }} https://${{ secrets.GIT_TOKEN }}@git.command.vigilcyber.com/vstockwell/wraith.git . # --------------------------------------------------------------- # Extract version from tag