From 21e6ae882b02d20ed0ee4edbfb0153b18b87be37 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 18:27:55 -0800 Subject: [PATCH] fetch history --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b76f4dd2..6f32ec1c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # fetch all git history - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3