chore: yet another attempt 4 to fix the new publish github workflow

pull/1879/head
Ellet 11 months ago
parent cb7b7effa1
commit aff22cabb9
  1. 2
      .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

Loading…
Cancel
Save