From eea7aabe9c8bc3f6e171a5411cd011a894c788cc Mon Sep 17 00:00:00 2001 From: Jim Dalton Date: Thu, 30 May 2024 09:55:13 -0700 Subject: [PATCH] chore: checkout --- .github/workflows/publish-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-manual.yml b/.github/workflows/publish-manual.yml index 1846f329d..c84790e95 100644 --- a/.github/workflows/publish-manual.yml +++ b/.github/workflows/publish-manual.yml @@ -12,6 +12,10 @@ jobs: hello: runs-on: ubuntu-latest steps: + - name: 'Checkout' + uses: actions/checkout@v4 + with: + fetch-depth: 0 # Checkout all branches and tags, needed for publish - name: branch run: echo "Hello ${{ github.ref_name }} " - name: head ref