From 789a99ad5c8be20e1d1391599533bc903571c138 Mon Sep 17 00:00:00 2001 From: benadha Date: Mon, 14 Feb 2022 20:04:01 +0700 Subject: Fetch all history in github action for publishing to AUR --- .github/workflows/release-aur.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/release-aur.yml b/.github/workflows/release-aur.yml index 63296f7..991d95b 100644 --- a/.github/workflows/release-aur.yml +++ b/.github/workflows/release-aur.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Generate PKGBUILD run: | mkdir -p ./tmp -- cgit