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 875e5f1 commit fb01f90
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/diff ${{ env.RELEASE_TAG }}
bodyFile: release-notes.md

0 comments on commit fb01f90

Please sign in to comment.