From 4afd26a2ae5e7c2c451e80814ee96a49861f2331 Mon Sep 17 00:00:00 2001 From: Matias Vasquez Date: Mon, 5 May 2025 13:30:15 -0400 Subject: [PATCH] chore: add checkout step on publish --- .github/workflows/publish_release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 32a2d005..4aabdb0a 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -9,6 +9,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Set up PHP uses: shivammathur/setup-php@v2 with: