Merge branch '7.0'

* 7.0:
  Fix package name
This commit is contained in:
Sebastian Bergmann 2026-05-20 06:53:00 +02:00
commit 08b965bdef
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ jobs:
- name: Create release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "${RELEASE_TAG}" --title "sebastian/cli-parser ${RELEASE_TAG}" --notes-file release-notes.md
run: gh release create "${RELEASE_TAG}" --title "sebastian/exporter ${RELEASE_TAG}" --notes-file release-notes.md