diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc7c475..e8c4d54 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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