aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2022-02-14 20:04:01 +0700
committerbenadha <benawiadha@gmail.com>2022-02-14 20:04:01 +0700
commit789a99ad5c8be20e1d1391599533bc903571c138 (patch)
treec19477f381cac6a1048f3fc2a58bb61e1a7ca052 /.github
parent9b75d7bda6567f1727048f52d3dcb07e209f9a78 (diff)
downloadepy-789a99ad5c8be20e1d1391599533bc903571c138.tar.gz
Fetch all history in github action for publishing to AUR
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-aur.yml2
1 files changed, 2 insertions, 0 deletions
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