Skip to content
Snippets Groups Projects
Unverified Commit 530b5054 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Include package name in release name

parent 83fd163d
No related branches found
No related tags found
No related merge requests found
......@@ -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/recursion-context ${{ env.RELEASE_TAG }}
bodyFile: release-notes.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment