diff --git a/.github/workflows/5_bumper_repository.yml b/.github/workflows/5_bumper_repository.yml index 6feaccb0..6a13ff4d 100644 --- a/.github/workflows/5_bumper_repository.yml +++ b/.github/workflows/5_bumper_repository.yml @@ -138,6 +138,10 @@ jobs: git add . git commit -m "feat: bump ${{ github.ref_name }}" + - name: Fetch full history (Revert) + if: inputs.revert == true + run: git fetch --unshallow + - name: Revert references (Revert) id: revert_step if: inputs.revert == true