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

pull/1879/head
Ellet 11 months ago
parent 5bd573dc5f
commit bc8d3d06be
  1. 3
      .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

Loading…
Cancel
Save