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

pull/1879/head v9.3.14
Ellet 11 months ago
parent aff22cabb9
commit fbe14e3f42
  1. 3
      .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

Loading…
Cancel
Save