diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ea6130b..083b38f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://github.com/actions/checkout@v4 + run: | + git clone --depth=1 https://git.produktor.io/${{ gitea.repository }}.git . + git checkout ${{ gitea.sha }} - name: Install Helm run: | @@ -49,9 +51,9 @@ jobs: contents: write steps: - name: Checkout - uses: https://github.com/actions/checkout@v4 - with: - fetch-depth: 0 + run: | + git clone https://git.produktor.io/${{ gitea.repository }}.git . + git checkout ${{ gitea.sha }} - name: Install Helm run: |