From fbe14e3f4226a1d844d22fa20bd34cf37e8a3206 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 20:06:43 +0300 Subject: [PATCH] chore: yet another attempt 5 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 eadf8f80..d4ecce29 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/checkout@v4 # Needed for commit and push changes with: - ref: ${{ github.ref }} + # TODO: Try to not hardcode the branch name + ref: master fetch-depth: 0 # To get all tags - name: Upload LICENSE to the release assets