From aff22cabb903060bc652b6b94c832b4336316eba Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 May 2024 20:04:33 +0300 Subject: [PATCH] chore: yet another attempt 4 to fix the new publish github workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ade08ff9..eadf8f80 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 # Needed for commit and push changes with: - ref: ${{ github.head_ref }} + ref: ${{ github.ref }} fetch-depth: 0 # To get all tags - name: Upload LICENSE to the release assets