Skip to content

Commit

Permalink
Include package name in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 11, 2024
1 parent 9d3635b commit d13d78c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
bodyFile: release-notes.md
tag: ${{ env.RELEASE_TAG }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ env.RELEASE_TAG }}
name: sebastian/csv-parser ${{ env.RELEASE_TAG }}
bodyFile: release-notes.md

0 comments on commit d13d78c

Please sign in to comment.