From bc8d3d06be9c7e5fd59ab120927d9f9cbaf62e41 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 19:23:09 +0300 Subject: [PATCH] chore: yet another attempt 3 to fix the new publish github workflow --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf9cd6c8..237d92f4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,9 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # Required In non-push events, such as pull_request + # Needed for commit and push changes with: ref: ${{ github.head_ref }} + fetch-depth: 0 # To get all tags - name: Upload LICENSE to the release assets uses: softprops/action-gh-release@v2