From 0aaa1dc6a143ac147f35c2135546362b98fc72dc Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 1 Apr 2024 19:18:43 +0200 Subject: [PATCH] Fixed workflow --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65af29f..5f3cc01 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5